Interface DescribeFpgaImageAttributeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeFpgaImageAttributeRequest.Builder,DescribeFpgaImageAttributeRequest>,Ec2Request.Builder,SdkBuilder<DescribeFpgaImageAttributeRequest.Builder,DescribeFpgaImageAttributeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeFpgaImageAttributeRequest
public static interface DescribeFpgaImageAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeFpgaImageAttributeRequest.Builder,DescribeFpgaImageAttributeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFpgaImageAttributeRequest.Builderattribute(String attribute)The AFI attribute.DescribeFpgaImageAttributeRequest.Builderattribute(FpgaImageAttributeName attribute)The AFI attribute.DescribeFpgaImageAttributeRequest.BuilderdryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeFpgaImageAttributeRequest.BuilderfpgaImageId(String fpgaImageId)The ID of the AFI.DescribeFpgaImageAttributeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFpgaImageAttributeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dryRun
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. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
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 isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fpgaImageId
DescribeFpgaImageAttributeRequest.Builder fpgaImageId(String fpgaImageId)
The ID of the AFI.
- Parameters:
fpgaImageId- The ID of the AFI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attribute
DescribeFpgaImageAttributeRequest.Builder attribute(String attribute)
The AFI attribute.
- Parameters:
attribute- The AFI attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FpgaImageAttributeName,FpgaImageAttributeName
-
attribute
DescribeFpgaImageAttributeRequest.Builder attribute(FpgaImageAttributeName attribute)
The AFI attribute.
- Parameters:
attribute- The AFI attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FpgaImageAttributeName,FpgaImageAttributeName
-
overrideConfiguration
DescribeFpgaImageAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeFpgaImageAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-