Interface Option.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Option.Builder,
,Option> SdkBuilder<Option.Builder,
,Option> SdkPojo
- Enclosing class:
Option
@Mutable
@NotThreadSafe
public static interface Option.Builder
extends SdkPojo, CopyableBuilder<Option.Builder,Option>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) Specifies the description of the option.Specifies the label of the option.Specifies the value of the option.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, sdkFieldNameToField, sdkFields
-
Method Details
-
value
Specifies the value of the option.
- Parameters:
value
- Specifies the value of the option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
label
Specifies the label of the option.
- Parameters:
label
- Specifies the label of the option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Specifies the description of the option.
- Parameters:
description
- Specifies the description of the option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-