public static interface DescribeFpgaImageAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeFpgaImageAttributeRequest.Builder,DescribeFpgaImageAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFpgaImageAttributeRequest.Builder |
attribute(FpgaImageAttributeName attribute)
The AFI attribute.
|
DescribeFpgaImageAttributeRequest.Builder |
attribute(String attribute)
The AFI attribute.
|
DescribeFpgaImageAttributeRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DescribeFpgaImageAttributeRequest.Builder |
fpgaImageId(String fpgaImageId)
The ID of the AFI.
|
DescribeFpgaImageAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFpgaImageAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFpgaImageAttributeRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.DescribeFpgaImageAttributeRequest.Builder fpgaImageId(String fpgaImageId)
The ID of the AFI.
fpgaImageId - The ID of the AFI.DescribeFpgaImageAttributeRequest.Builder attribute(String attribute)
The AFI attribute.
attribute - The AFI attribute.FpgaImageAttributeName,
FpgaImageAttributeNameDescribeFpgaImageAttributeRequest.Builder attribute(FpgaImageAttributeName attribute)
The AFI attribute.
attribute - The AFI attribute.FpgaImageAttributeName,
FpgaImageAttributeNameDescribeFpgaImageAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFpgaImageAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.