Interface AnnotationTableConfigurationUpdates.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnnotationTableConfigurationUpdates.Builder,,AnnotationTableConfigurationUpdates> SdkBuilder<AnnotationTableConfigurationUpdates.Builder,,AnnotationTableConfigurationUpdates> SdkPojo
- Enclosing class:
AnnotationTableConfigurationUpdates
@Mutable
@NotThreadSafe
public static interface AnnotationTableConfigurationUpdates.Builder
extends SdkPojo, CopyableBuilder<AnnotationTableConfigurationUpdates.Builder,AnnotationTableConfigurationUpdates>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationState(String configurationState) The new configuration state to apply.configurationState(AnnotationConfigurationState configurationState) The new configuration state to apply.encryptionConfiguration(Consumer<MetadataTableEncryptionConfiguration.Builder> encryptionConfiguration) Sets the value of the EncryptionConfiguration property for this object.encryptionConfiguration(MetadataTableEncryptionConfiguration encryptionConfiguration) Sets the value of the EncryptionConfiguration property for this object.The new IAM role ARN to apply.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
configurationState
The new configuration state to apply.
- Parameters:
configurationState- The new configuration state to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configurationState
AnnotationTableConfigurationUpdates.Builder configurationState(AnnotationConfigurationState configurationState) The new configuration state to apply.
- Parameters:
configurationState- The new configuration state to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionConfiguration
AnnotationTableConfigurationUpdates.Builder encryptionConfiguration(MetadataTableEncryptionConfiguration encryptionConfiguration) Sets the value of the EncryptionConfiguration property for this object.- Parameters:
encryptionConfiguration- The new value for the EncryptionConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfiguration
default AnnotationTableConfigurationUpdates.Builder encryptionConfiguration(Consumer<MetadataTableEncryptionConfiguration.Builder> encryptionConfiguration) Sets the value of the EncryptionConfiguration property for this object. This is a convenience method that creates an instance of theMetadataTableEncryptionConfiguration.Builderavoiding the need to create one manually viaMetadataTableEncryptionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionConfiguration(MetadataTableEncryptionConfiguration).- Parameters:
encryptionConfiguration- a consumer that will call methods onMetadataTableEncryptionConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
role
The new IAM role ARN to apply.
- Parameters:
role- The new IAM role ARN to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-