Interface DataStoreResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataStoreResponse.Builder,,DataStoreResponse> SdkBuilder<DataStoreResponse.Builder,,DataStoreResponse> SdkPojo
- Enclosing class:
DataStoreResponse
@Mutable
@NotThreadSafe
public static interface DataStoreResponse.Builder
extends SdkPojo, CopyableBuilder<DataStoreResponse.Builder,DataStoreResponse>
-
Method Summary
Modifier and TypeMethodDescriptionTrue if data store is enabled for this domaindefault DataStoreResponse.Builderreadiness(Consumer<Readiness.Builder> readiness) Sets the value of the Readiness property for this object.Sets the value of the Readiness property for this object.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
True if data store is enabled for this domain
- Parameters:
enabled- True if data store is enabled for this domain- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readiness
Sets the value of the Readiness property for this object.- Parameters:
readiness- The new value for the Readiness property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readiness
Sets the value of the Readiness property for this object. This is a convenience method that creates an instance of theReadiness.Builderavoiding the need to create one manually viaReadiness.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreadiness(Readiness).- Parameters:
readiness- a consumer that will call methods onReadiness.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-