Interface IndexFieldStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IndexFieldStatus.Builder,IndexFieldStatus>,SdkBuilder<IndexFieldStatus.Builder,IndexFieldStatus>,SdkPojo
- Enclosing class:
- IndexFieldStatus
public static interface IndexFieldStatus.Builder extends SdkPojo, CopyableBuilder<IndexFieldStatus.Builder,IndexFieldStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default IndexFieldStatus.Builderoptions(Consumer<IndexField.Builder> options)Sets the value of the Options property for this object.IndexFieldStatus.Builderoptions(IndexField options)Sets the value of the Options property for this object.default IndexFieldStatus.Builderstatus(Consumer<OptionStatus.Builder> status)Sets the value of the Status property for this object.IndexFieldStatus.Builderstatus(OptionStatus status)Sets the value of the Status property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
options
IndexFieldStatus.Builder options(IndexField options)
Sets the value of the Options property for this object.- Parameters:
options- The new value for the Options property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
default IndexFieldStatus.Builder options(Consumer<IndexField.Builder> options)
Sets the value of the Options property for this object. This is a convenience method that creates an instance of theIndexField.Builderavoiding the need to create one manually viaIndexField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooptions(IndexField).- Parameters:
options- a consumer that will call methods onIndexField.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
options(IndexField)
-
status
IndexFieldStatus.Builder status(OptionStatus status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
default IndexFieldStatus.Builder status(Consumer<OptionStatus.Builder> status)
Sets the value of the Status property for this object. This is a convenience method that creates an instance of theOptionStatus.Builderavoiding the need to create one manually viaOptionStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatus(OptionStatus).- Parameters:
status- a consumer that will call methods onOptionStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
status(OptionStatus)
-
-