public static interface Owner.Builder extends CopyableBuilder<Owner.Builder,Owner>
Modifier and Type | Method and Description |
---|---|
Owner.Builder |
displayName(String displayName)
Sets the value of the DisplayName property for this object.
|
Owner.Builder |
id(String id)
Sets the value of the ID property for this object.
|
copy
applyMutation, build
Owner.Builder displayName(String displayName)
displayName
- The new value for the DisplayName property for this object.Owner.Builder id(String id)
id
- The new value for the ID property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.