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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #encryptionConfig(List) .encryptionConfig - a consumer that will call methods on List.Builder #encryptionConfig(List) 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 © 2021. All rights reserved.