Interface CreateFpgaImageRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateFpgaImageRequest.Builder,,- CreateFpgaImageRequest> - Ec2Request.Builder,- SdkBuilder<CreateFpgaImageRequest.Builder,,- CreateFpgaImageRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateFpgaImageRequest
- 
Method SummaryModifier and TypeMethodDescriptionclientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.description(String description) A description for the AFI.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.default CreateFpgaImageRequest.BuilderinputStorageLocation(Consumer<StorageLocation.Builder> inputStorageLocation) The location of the encrypted design checkpoint in Amazon S3.inputStorageLocation(StorageLocation inputStorageLocation) The location of the encrypted design checkpoint in Amazon S3.default CreateFpgaImageRequest.BuilderlogsStorageLocation(Consumer<StorageLocation.Builder> logsStorageLocation) The location in Amazon S3 for the output logs.logsStorageLocation(StorageLocation logsStorageLocation) The location in Amazon S3 for the output logs.A name for the AFI.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the FPGA image during creation.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the FPGA image during creation.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the FPGA image during creation.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dryRunChecks 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 is- DryRunOperation. Otherwise, it is- UnauthorizedOperation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inputStorageLocationThe location of the encrypted design checkpoint in Amazon S3. The input must be a tarball. - Parameters:
- inputStorageLocation- The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inputStorageLocationdefault CreateFpgaImageRequest.Builder inputStorageLocation(Consumer<StorageLocation.Builder> inputStorageLocation) The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball. This is a convenience method that creates an instance of theStorageLocation.Builderavoiding the need to create one manually viaStorageLocation.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputStorageLocation(StorageLocation).- Parameters:
- inputStorageLocation- a consumer that will call methods on- StorageLocation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
logsStorageLocationThe location in Amazon S3 for the output logs. - Parameters:
- logsStorageLocation- The location in Amazon S3 for the output logs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
logsStorageLocationdefault CreateFpgaImageRequest.Builder logsStorageLocation(Consumer<StorageLocation.Builder> logsStorageLocation) The location in Amazon S3 for the output logs. This is a convenience method that creates an instance of theStorageLocation.Builderavoiding the need to create one manually viaStorageLocation.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologsStorageLocation(StorageLocation).- Parameters:
- logsStorageLocation- a consumer that will call methods on- StorageLocation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
descriptionA description for the AFI. - Parameters:
- description- A description for the AFI.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameA name for the AFI. - Parameters:
- name- A name for the AFI.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientTokenUnique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency. - Parameters:
- clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagSpecificationsThe tags to apply to the FPGA image during creation. - Parameters:
- tagSpecifications- The tags to apply to the FPGA image during creation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagSpecificationsThe tags to apply to the FPGA image during creation. - Parameters:
- tagSpecifications- The tags to apply to the FPGA image during creation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagSpecificationsCreateFpgaImageRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the FPGA image during creation. This is a convenience method that creates an instance of theTagSpecification.Builderavoiding the need to create one manually viaTagSpecification.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totagSpecifications(List<TagSpecification>).- Parameters:
- tagSpecifications- a consumer that will call methods on- TagSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateFpgaImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateFpgaImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-