Interface AssociateEncryptionConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateEncryptionConfigRequest.Builder,AssociateEncryptionConfigRequest>,EksRequest.Builder,SdkBuilder<AssociateEncryptionConfigRequest.Builder,AssociateEncryptionConfigRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateEncryptionConfigRequest
public static interface AssociateEncryptionConfigRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<AssociateEncryptionConfigRequest.Builder,AssociateEncryptionConfigRequest>
-
-
Method Summary
-
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.eks.model.EksRequest.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
-
clusterName
AssociateEncryptionConfigRequest.Builder clusterName(String clusterName)
The name of your cluster.
- Parameters:
clusterName- The name of your cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfig
AssociateEncryptionConfigRequest.Builder encryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The configuration you are using for encryption.
- Parameters:
encryptionConfig- The configuration you are using for encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfig
AssociateEncryptionConfigRequest.Builder encryptionConfig(EncryptionConfig... encryptionConfig)
The configuration you are using for encryption.
- Parameters:
encryptionConfig- The configuration you are using for encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfig
AssociateEncryptionConfigRequest.Builder encryptionConfig(Consumer<EncryptionConfig.Builder>... encryptionConfig)
The configuration you are using for encryption.
This is a convenience method that creates an instance of theEncryptionConfig.Builderavoiding the need to create one manually viaEncryptionConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#encryptionConfig(List.) - Parameters:
encryptionConfig- a consumer that will call methods onEncryptionConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#encryptionConfig(java.util.Collection)
-
clientRequestToken
AssociateEncryptionConfigRequest.Builder clientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientRequestToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateEncryptionConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateEncryptionConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-