| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceShareAssociation.Builder |
ResourceShareAssociation.Builder.associatedEntity(String associatedEntity)
The associated entity.
|
ResourceShareAssociation.Builder |
ResourceShareAssociation.Builder.associationType(ResourceShareAssociationType associationType)
The type of entity included in this association.
|
ResourceShareAssociation.Builder |
ResourceShareAssociation.Builder.associationType(String associationType)
The type of entity included in this association.
|
static ResourceShareAssociation.Builder |
ResourceShareAssociation.builder() |
ResourceShareAssociation.Builder |
ResourceShareAssociation.Builder.creationTime(Instant creationTime)
The date and time when the association was created.
|
ResourceShareAssociation.Builder |
ResourceShareAssociation.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.
|
ResourceShareAssociation.Builder |
ResourceShareAssociation.Builder.lastUpdatedTime(Instant lastUpdatedTime)
The date and time when the association was last updated.
|
ResourceShareAssociation.Builder |
ResourceShareAssociation.Builder.resourceShareArn(String resourceShareArn)
The Amazon Resource Name
(ARN) of the resource share.
|
ResourceShareAssociation.Builder |
ResourceShareAssociation.Builder.resourceShareName(String resourceShareName)
The name of the resource share.
|
ResourceShareAssociation.Builder |
ResourceShareAssociation.Builder.status(ResourceShareAssociationStatus status)
The current status of the association.
|
ResourceShareAssociation.Builder |
ResourceShareAssociation.Builder.status(String status)
The current status of the association.
|
ResourceShareAssociation.Builder |
ResourceShareAssociation.Builder.statusMessage(String statusMessage)
A message about the status of the association.
|
ResourceShareAssociation.Builder |
ResourceShareAssociation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResourceShareAssociation.Builder> |
ResourceShareAssociation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.