Interface TagOptionDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TagOptionDetail.Builder,TagOptionDetail>,SdkBuilder<TagOptionDetail.Builder,TagOptionDetail>,SdkPojo
- Enclosing class:
- TagOptionDetail
public static interface TagOptionDetail.Builder extends SdkPojo, CopyableBuilder<TagOptionDetail.Builder,TagOptionDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TagOptionDetail.Builderactive(Boolean active)The TagOption active state.TagOptionDetail.Builderid(String id)The TagOption identifier.TagOptionDetail.Builderkey(String key)The TagOption key.TagOptionDetail.Builderowner(String owner)The Amazon Web Services account Id of the owner account that created the TagOption.TagOptionDetail.Buildervalue(String value)The TagOption value.-
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 Detail
-
key
TagOptionDetail.Builder key(String key)
The TagOption key.
- Parameters:
key- The TagOption key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
TagOptionDetail.Builder value(String value)
The TagOption value.
- Parameters:
value- The TagOption value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
active
TagOptionDetail.Builder active(Boolean active)
The TagOption active state.
- Parameters:
active- The TagOption active state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
TagOptionDetail.Builder id(String id)
The TagOption identifier.
- Parameters:
id- The TagOption identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owner
TagOptionDetail.Builder owner(String owner)
The Amazon Web Services account Id of the owner account that created the TagOption.
- Parameters:
owner- The Amazon Web Services account Id of the owner account that created the TagOption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-