Interface DataStoreRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataStoreRequest.Builder,,DataStoreRequest> SdkBuilder<DataStoreRequest.Builder,,DataStoreRequest> SdkPojo
- Enclosing class:
DataStoreRequest
@Mutable
@NotThreadSafe
public static interface DataStoreRequest.Builder
extends SdkPojo, CopyableBuilder<DataStoreRequest.Builder,DataStoreRequest>
-
Method Summary
Modifier and TypeMethodDescriptionEnabled: Set to true to enabled data store for this domain.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
-
enabled
Enabled: Set to true to enabled data store for this domain.
- Parameters:
enabled- Enabled: Set to true to enabled data store for this domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-