public static interface Principal.Builder extends SdkPojo, CopyableBuilder<Principal.Builder,Principal>
Modifier and Type | Method and Description |
---|---|
Principal.Builder |
creationTime(Instant creationTime)
The time when the principal was associated with the resource share.
|
Principal.Builder |
external(Boolean external)
Indicates whether the principal belongs to the same organization as the AWS account that owns the resource
share.
|
Principal.Builder |
id(String id)
The ID of the principal.
|
Principal.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The time when the association was last updated.
|
Principal.Builder |
resourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
|
copy
applyMutation, build
Principal.Builder id(String id)
The ID of the principal.
id
- The ID of the principal.Principal.Builder resourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
resourceShareArn
- The Amazon Resource Name (ARN) of the resource share.Principal.Builder creationTime(Instant creationTime)
The time when the principal was associated with the resource share.
creationTime
- The time when the principal was associated with the resource share.Principal.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time when the association was last updated.
lastUpdatedTime
- The time when the association was last updated.Principal.Builder external(Boolean external)
Indicates whether the principal belongs to the same organization as the AWS account that owns the resource share.
external
- Indicates whether the principal belongs to the same organization as the AWS account that owns the
resource share.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.