public static interface UnshareTarget.Builder extends SdkPojo, CopyableBuilder<UnshareTarget.Builder,UnshareTarget>
Modifier and Type | Method and Description |
---|---|
UnshareTarget.Builder |
id(String id)
Identifier of the directory consumer account.
|
UnshareTarget.Builder |
type(String type)
Type of identifier to be used in the Id field.
|
UnshareTarget.Builder |
type(TargetType type)
Type of identifier to be used in the Id field.
|
copy
applyMutation, build
UnshareTarget.Builder id(String id)
Identifier of the directory consumer account.
id
- Identifier of the directory consumer account.UnshareTarget.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
UnshareTarget.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.