public static interface ResourceShareAssociation.Builder extends SdkPojo, CopyableBuilder<ResourceShareAssociation.Builder,ResourceShareAssociation>
| Modifier and Type | Method and Description |
|---|---|
ResourceShareAssociation.Builder |
associatedEntity(String associatedEntity)
The associated entity.
|
ResourceShareAssociation.Builder |
associationType(ResourceShareAssociationType associationType)
The type of entity included in this association.
|
ResourceShareAssociation.Builder |
associationType(String associationType)
The type of entity included in this association.
|
ResourceShareAssociation.Builder |
creationTime(Instant creationTime)
The date and time when the association was created.
|
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 |
lastUpdatedTime(Instant lastUpdatedTime)
The date and time when the association was last updated.
|
ResourceShareAssociation.Builder |
resourceShareArn(String resourceShareArn)
The Amazon Resource Name
(ARN) of the resource share.
|
ResourceShareAssociation.Builder |
resourceShareName(String resourceShareName)
The name of the resource share.
|
ResourceShareAssociation.Builder |
status(ResourceShareAssociationStatus status)
The current status of the association.
|
ResourceShareAssociation.Builder |
status(String status)
The current status of the association.
|
ResourceShareAssociation.Builder |
statusMessage(String statusMessage)
A message about the status of the association.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceShareAssociation.Builder resourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
resourceShareArn - The Amazon
Resource Name (ARN) of the resource share.ResourceShareAssociation.Builder resourceShareName(String resourceShareName)
The name of the resource share.
resourceShareName - The name of the resource share.ResourceShareAssociation.Builder associatedEntity(String associatedEntity)
The associated entity. This can be either of the following:
For a resource association, this is the Amazon Resource Name (ARN) of the resource.
For principal associations, this is one of the following:
The ID of an Amazon Web Services account
The Amazon Resource Name (ARN) of an organization in Organizations
The ARN of an organizational unit (OU) in Organizations
The ARN of an IAM role
The ARN of an IAM user
associatedEntity - The associated entity. This can be either of the following:
For a resource association, this is the Amazon Resource Name (ARN) of the resource.
For principal associations, this is one of the following:
The ID of an Amazon Web Services account
The Amazon Resource Name (ARN) of an organization in Organizations
The ARN of an organizational unit (OU) in Organizations
The ARN of an IAM role
The ARN of an IAM user
ResourceShareAssociation.Builder associationType(String associationType)
The type of entity included in this association.
associationType - The type of entity included in this association.ResourceShareAssociationType,
ResourceShareAssociationTypeResourceShareAssociation.Builder associationType(ResourceShareAssociationType associationType)
The type of entity included in this association.
associationType - The type of entity included in this association.ResourceShareAssociationType,
ResourceShareAssociationTypeResourceShareAssociation.Builder status(String status)
The current status of the association.
status - The current status of the association.ResourceShareAssociationStatus,
ResourceShareAssociationStatusResourceShareAssociation.Builder status(ResourceShareAssociationStatus status)
The current status of the association.
status - The current status of the association.ResourceShareAssociationStatus,
ResourceShareAssociationStatusResourceShareAssociation.Builder statusMessage(String statusMessage)
A message about the status of the association.
statusMessage - A message about the status of the association.ResourceShareAssociation.Builder creationTime(Instant creationTime)
The date and time when the association was created.
creationTime - The date and time when the association was created.ResourceShareAssociation.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.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.
external - Indicates whether the principal belongs to the same organization in Organizations as the Amazon Web
Services account that owns the resource share.Copyright © 2023. All rights reserved.