| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
static Principal.Builder |
Principal.builder() |
Principal.Builder |
Principal.Builder.creationTime(Instant creationTime)
The date and time when the principal was associated with the resource share.
|
Principal.Builder |
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 |
Principal.Builder.id(String id)
The ID of the principal.
|
Principal.Builder |
Principal.Builder.lastUpdatedTime(Instant lastUpdatedTime)
The date and time when the association was last updated.
|
Principal.Builder |
Principal.Builder.resourceShareArn(String resourceShareArn)
The Amazon Resoure Name
(ARN) of a resource share the principal is associated with.
|
Principal.Builder |
Principal.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Principal.Builder> |
Principal.serializableBuilderClass() |
Copyright © 2022. All rights reserved.