Interface ShareTarget.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ShareTarget.Builder,ShareTarget>,SdkBuilder<ShareTarget.Builder,ShareTarget>,SdkPojo
- Enclosing class:
- ShareTarget
public static interface ShareTarget.Builder extends SdkPojo, CopyableBuilder<ShareTarget.Builder,ShareTarget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShareTarget.Builderid(String id)Identifier of the directory consumer account.ShareTarget.Buildertype(String type)Type of identifier to be used in theIdfield.ShareTarget.Buildertype(TargetType type)Type of identifier to be used in theIdfield.-
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
-
id
ShareTarget.Builder id(String id)
Identifier of the directory consumer account.
- Parameters:
id- Identifier of the directory consumer account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ShareTarget.Builder type(String type)
Type of identifier to be used in the
Idfield.- Parameters:
type- Type of identifier to be used in theIdfield.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetType,TargetType
-
type
ShareTarget.Builder type(TargetType type)
Type of identifier to be used in the
Idfield.- Parameters:
type- Type of identifier to be used in theIdfield.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetType,TargetType
-
-