Interface GetEncryptionKeyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetEncryptionKeyRequest.Builder,GetEncryptionKeyRequest>,Inspector2Request.Builder,SdkBuilder<GetEncryptionKeyRequest.Builder,GetEncryptionKeyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetEncryptionKeyRequest
public static interface GetEncryptionKeyRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<GetEncryptionKeyRequest.Builder,GetEncryptionKeyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEncryptionKeyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEncryptionKeyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEncryptionKeyRequest.BuilderresourceType(String resourceType)The resource type the key encrypts.GetEncryptionKeyRequest.BuilderresourceType(ResourceType resourceType)The resource type the key encrypts.GetEncryptionKeyRequest.BuilderscanType(String scanType)The scan type the key encrypts.GetEncryptionKeyRequest.BuilderscanType(ScanType scanType)The scan type the key encrypts.-
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.inspector2.model.Inspector2Request.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
-
resourceType
GetEncryptionKeyRequest.Builder resourceType(String resourceType)
The 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:
ResourceType,ResourceType
-
resourceType
GetEncryptionKeyRequest.Builder resourceType(ResourceType resourceType)
The 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:
ResourceType,ResourceType
-
scanType
GetEncryptionKeyRequest.Builder scanType(String scanType)
The scan type the key encrypts.
-
scanType
GetEncryptionKeyRequest.Builder scanType(ScanType scanType)
The scan type the key encrypts.
-
overrideConfiguration
GetEncryptionKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetEncryptionKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-