public static interface ModifyFpgaImageAttributeResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyFpgaImageAttributeResponse.Builder,ModifyFpgaImageAttributeResponse>
Modifier and Type | Method and Description |
---|---|
default ModifyFpgaImageAttributeResponse.Builder |
fpgaImageAttribute(Consumer<FpgaImageAttribute.Builder> fpgaImageAttribute)
Information about the attribute.
|
ModifyFpgaImageAttributeResponse.Builder |
fpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
Information about the attribute.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyFpgaImageAttributeResponse.Builder fpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
Information about the attribute.
fpgaImageAttribute
- Information about the attribute.default ModifyFpgaImageAttributeResponse.Builder fpgaImageAttribute(Consumer<FpgaImageAttribute.Builder> fpgaImageAttribute)
Information about the attribute.
This is a convenience method that creates an instance of theFpgaImageAttribute.Builder
avoiding the
need to create one manually via FpgaImageAttribute.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to fpgaImageAttribute(FpgaImageAttribute)
.
fpgaImageAttribute
- a consumer that will call methods on FpgaImageAttribute.Builder
fpgaImageAttribute(FpgaImageAttribute)
Copyright © 2023. All rights reserved.