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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyFpgaImageAttributeResponse.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.BuilderfpgaImageAttribute(FpgaImageAttribute)Copyright © 2022. All rights reserved.