public static interface Principal.Builder extends SdkPojo, CopyableBuilder<Principal.Builder,Principal>
| Modifier and Type | Method and Description |
|---|---|
Principal.Builder |
creationTime(Instant creationTime)
The date and time when the principal was associated with the resource share.
|
Principal.Builder |
external(Boolean external)
Indicates whether the principal belongs to the same organization in Organizations as the Amazon Web Services
account that owns the resource share.
|
Principal.Builder |
id(String id)
The ID of the principal.
|
Principal.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The date and time when the association was last updated.
|
Principal.Builder |
resourceShareArn(String resourceShareArn)
The Amazon Resoure Name
(ARN) of a resource share the principal is associated with.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrincipal.Builder id(String id)
The ID of the principal.
id - The ID of the principal.Principal.Builder resourceShareArn(String resourceShareArn)
The Amazon Resoure Name (ARN) of a resource share the principal is associated with.
resourceShareArn - The Amazon
Resoure Name (ARN) of a resource share the principal is associated with.Principal.Builder creationTime(Instant creationTime)
The date and time when the principal was associated with the resource share.
creationTime - The date and time when the principal was associated with the resource share.Principal.Builder lastUpdatedTime(Instant lastUpdatedTime)
The date and time when the association was last updated.
lastUpdatedTime - The date and time when the association was last updated.Principal.Builder external(Boolean external)
Indicates whether the principal belongs to the same organization in Organizations as the Amazon Web Services account that owns the resource share.
external - Indicates whether the principal belongs to the same organization in Organizations as the Amazon Web
Services account that owns the resource share.Copyright © 2022. All rights reserved.