Interface AIMLOptionsStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AIMLOptionsStatus.Builder,
,AIMLOptionsStatus> SdkBuilder<AIMLOptionsStatus.Builder,
,AIMLOptionsStatus> SdkPojo
- Enclosing class:
AIMLOptionsStatus
public static interface AIMLOptionsStatus.Builder
extends SdkPojo, CopyableBuilder<AIMLOptionsStatus.Builder,AIMLOptionsStatus>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AIMLOptionsStatus.Builder
options
(Consumer<AIMLOptionsOutput.Builder> options) Machine learning options on the specified domain.options
(AIMLOptionsOutput options) Machine learning options on the specified domain.default AIMLOptionsStatus.Builder
status
(Consumer<OptionStatus.Builder> status) Sets the value of the Status property for this object.status
(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 Details
-
options
Machine learning options on the specified domain.
- Parameters:
options
- Machine learning options on the specified domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
Machine learning options on the specified domain.
This is a convenience method that creates an instance of theAIMLOptionsOutput.Builder
avoiding the need to create one manually viaAIMLOptionsOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooptions(AIMLOptionsOutput)
.- Parameters:
options
- a consumer that will call methods onAIMLOptionsOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
Sets the value of the Status property for this object. This is a convenience method that creates an instance of theOptionStatus.Builder
avoiding the need to create one manually viaOptionStatus.builder()
.When the
Consumer
completes,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:
-