Interface ResetEncryptionKeyRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ResetEncryptionKeyRequest.Builder,,- ResetEncryptionKeyRequest> - Inspector2Request.Builder,- SdkBuilder<ResetEncryptionKeyRequest.Builder,,- ResetEncryptionKeyRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ResetEncryptionKeyRequest
@Mutable
@NotThreadSafe
public static interface ResetEncryptionKeyRequest.Builder
extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<ResetEncryptionKeyRequest.Builder,ResetEncryptionKeyRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceType(String resourceType) The resource type the key encrypts.resourceType(ResourceType resourceType) The resource type the key encrypts.The scan type the key encrypts.The scan type the key encrypts.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.inspector2.model.Inspector2Request.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
scanTypeThe scan type the key encrypts. - Parameters:
- scanType- The scan type the key encrypts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
scanTypeThe scan type the key encrypts. - Parameters:
- scanType- The scan type the key encrypts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
resourceTypeThe resource type the key encrypts. - Parameters:
- resourceType- The resource type the key encrypts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
resourceTypeThe resource type the key encrypts. - Parameters:
- resourceType- The resource type the key encrypts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationResetEncryptionKeyRequest.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.
 
- 
overrideConfigurationResetEncryptionKeyRequest.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.
 
 
-