Interface AnnotationTableConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnnotationTableConfiguration.Builder,,AnnotationTableConfiguration> SdkBuilder<AnnotationTableConfiguration.Builder,,AnnotationTableConfiguration> SdkPojo
- Enclosing class:
AnnotationTableConfiguration
@Mutable
@NotThreadSafe
public static interface AnnotationTableConfiguration.Builder
extends SdkPojo, CopyableBuilder<AnnotationTableConfiguration.Builder,AnnotationTableConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationState(String configurationState) The state of the annotation table.configurationState(AnnotationConfigurationState configurationState) The state of the annotation table.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 ARN of the IAM role used to manage the annotation table.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 state of the annotation table. Valid values are
ENABLEDandDISABLED.- Parameters:
configurationState- The state of the annotation table. Valid values areENABLEDandDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configurationState
AnnotationTableConfiguration.Builder configurationState(AnnotationConfigurationState configurationState) The state of the annotation table. Valid values are
ENABLEDandDISABLED.- Parameters:
configurationState- The state of the annotation table. Valid values areENABLEDandDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionConfiguration
AnnotationTableConfiguration.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 AnnotationTableConfiguration.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 ARN of the IAM role used to manage the annotation table.
- Parameters:
role- The ARN of the IAM role used to manage the annotation table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-