Interface UpdateAccountConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CodeGuruSecurityResponse.Builder,- CopyableBuilder<UpdateAccountConfigurationResponse.Builder,,- UpdateAccountConfigurationResponse> - SdkBuilder<UpdateAccountConfigurationResponse.Builder,,- UpdateAccountConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateAccountConfigurationResponse
@Mutable
@NotThreadSafe
public static interface UpdateAccountConfigurationResponse.Builder
extends CodeGuruSecurityResponse.Builder, SdkPojo, CopyableBuilder<UpdateAccountConfigurationResponse.Builder,UpdateAccountConfigurationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionencryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig) AnEncryptionConfigobject that contains the KMS key ARN that is used for encryption.encryptionConfig(EncryptionConfig encryptionConfig) AnEncryptionConfigobject that contains the KMS key ARN that is used for encryption.Methods inherited from interface software.amazon.awssdk.services.codegurusecurity.model.CodeGuruSecurityResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
encryptionConfigAn EncryptionConfigobject that contains the KMS key ARN that is used for encryption. If you did not specify a customer-managed KMS key in the request, returns empty.- Parameters:
- encryptionConfig- An- EncryptionConfigobject that contains the KMS key ARN that is used for encryption. If you did not specify a customer-managed KMS key in the request, returns empty.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
encryptionConfigdefault UpdateAccountConfigurationResponse.Builder encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig) An This is a convenience method that creates an instance of theEncryptionConfigobject that contains the KMS key ARN that is used for encryption. If you did not specify a customer-managed KMS key in the request, returns empty.EncryptionConfig.Builderavoiding the need to create one manually viaEncryptionConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionConfig(EncryptionConfig).- Parameters:
- encryptionConfig- a consumer that will call methods on- EncryptionConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-