public static interface AssociateEncryptionConfigRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<AssociateEncryptionConfigRequest.Builder,AssociateEncryptionConfigRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateEncryptionConfigRequest.Builder clusterName(String clusterName)
The name of the cluster that you are associating with encryption configuration.
clusterName - The name of the cluster that you are associating with encryption configuration.AssociateEncryptionConfigRequest.Builder encryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The configuration you are using for encryption.
encryptionConfig - The configuration you are using for encryption.AssociateEncryptionConfigRequest.Builder encryptionConfig(EncryptionConfig... encryptionConfig)
The configuration you are using for encryption.
encryptionConfig - The configuration you are using for encryption.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.Builder avoiding the need to create one
manually via EncryptionConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #encryptionConfig(List.
encryptionConfig - a consumer that will call methods on
EncryptionConfig.Builder#encryptionConfig(java.util.Collection) AssociateEncryptionConfigRequest.Builder clientRequestToken(String clientRequestToken)
The client request token you are using with the encryption configuration.
clientRequestToken - The client request token you are using with the encryption configuration.AssociateEncryptionConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateEncryptionConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.