public static interface DescribeFpgaImageAttributeResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeFpgaImageAttributeResponse.Builder,DescribeFpgaImageAttributeResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeFpgaImageAttributeResponse.Builder |
fpgaImageAttribute(Consumer<FpgaImageAttribute.Builder> fpgaImageAttribute)
Information about the attribute.
|
DescribeFpgaImageAttributeResponse.Builder |
fpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
Information about the attribute.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeFpgaImageAttributeResponse.Builder fpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
Information about the attribute.
fpgaImageAttribute
- Information about the attribute.default DescribeFpgaImageAttributeResponse.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.Builder
fpgaImageAttribute(FpgaImageAttribute)
Copyright © 2019. All rights reserved.