public static interface ModifyFpgaImageAttributeResponse.Builder extends EC2Response.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.