| 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 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 AWS organization as the AWS 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 time when the association was last updated.
|
Principal.Builder |
Principal.Builder.resourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
|
Principal.Builder |
Principal.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Principal.Builder> |
Principal.serializableBuilderClass() |
Copyright © 2021. All rights reserved.