public static interface ShareTarget.Builder extends SdkPojo, CopyableBuilder<ShareTarget.Builder,ShareTarget>
Modifier and Type | Method and Description |
---|---|
ShareTarget.Builder |
id(String id)
Identifier of the directory consumer account.
|
ShareTarget.Builder |
type(String type)
Type of identifier to be used in the
Id field. |
ShareTarget.Builder |
type(TargetType type)
Type of identifier to be used in the
Id field. |
copy
applyMutation, build
ShareTarget.Builder id(String id)
Identifier of the directory consumer account.
id
- Identifier of the directory consumer account.ShareTarget.Builder type(String type)
Type of identifier to be used in the Id
field.
type
- Type of identifier to be used in the Id
field.TargetType
,
TargetType
ShareTarget.Builder type(TargetType type)
Type of identifier to be used in the Id
field.
type
- Type of identifier to be used in the Id
field.TargetType
,
TargetType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.