public static interface ResourceShare.Builder extends SdkPojo, CopyableBuilder<ResourceShare.Builder,ResourceShare>
| Modifier and Type | Method and Description |
|---|---|
ResourceShare.Builder |
allowExternalPrincipals(Boolean allowExternalPrincipals)
Indicates whether principals outside your organization in Organizations can be associated with a resource
share.
|
ResourceShare.Builder |
creationTime(Instant creationTime)
The date and time when the resource share was created.
|
ResourceShare.Builder |
featureSet(ResourceShareFeatureSet featureSet)
Indicates how the resource share was created.
|
ResourceShare.Builder |
featureSet(String featureSet)
Indicates how the resource share was created.
|
ResourceShare.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The date and time when the resource share was last updated.
|
ResourceShare.Builder |
name(String name)
The name of the resource share.
|
ResourceShare.Builder |
owningAccountId(String owningAccountId)
The ID of the Amazon Web Services account that owns the resource share.
|
ResourceShare.Builder |
resourceShareArn(String resourceShareArn)
The Amazon Resoure Name
(ARN) of the resource share
|
ResourceShare.Builder |
status(ResourceShareStatus status)
The current status of the resource share.
|
ResourceShare.Builder |
status(String status)
The current status of the resource share.
|
ResourceShare.Builder |
statusMessage(String statusMessage)
A message about the status of the resource share.
|
ResourceShare.Builder |
tags(Collection<Tag> tags)
The tag key and value pairs attached to the resource share.
|
ResourceShare.Builder |
tags(Consumer<Tag.Builder>... tags)
The tag key and value pairs attached to the resource share.
|
ResourceShare.Builder |
tags(Tag... tags)
The tag key and value pairs attached to the resource share.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceShare.Builder resourceShareArn(String resourceShareArn)
The Amazon Resoure Name (ARN) of the resource share
resourceShareArn - The Amazon
Resoure Name (ARN) of the resource shareResourceShare.Builder name(String name)
The name of the resource share.
name - The name of the resource share.ResourceShare.Builder owningAccountId(String owningAccountId)
The ID of the Amazon Web Services account that owns the resource share.
owningAccountId - The ID of the Amazon Web Services account that owns the resource share.ResourceShare.Builder allowExternalPrincipals(Boolean allowExternalPrincipals)
Indicates whether principals outside your organization in Organizations can be associated with a resource share.
allowExternalPrincipals - Indicates whether principals outside your organization in Organizations can be associated with a
resource share.ResourceShare.Builder status(String status)
The current status of the resource share.
status - The current status of the resource share.ResourceShareStatus,
ResourceShareStatusResourceShare.Builder status(ResourceShareStatus status)
The current status of the resource share.
status - The current status of the resource share.ResourceShareStatus,
ResourceShareStatusResourceShare.Builder statusMessage(String statusMessage)
A message about the status of the resource share.
statusMessage - A message about the status of the resource share.ResourceShare.Builder tags(Collection<Tag> tags)
The tag key and value pairs attached to the resource share.
tags - The tag key and value pairs attached to the resource share.ResourceShare.Builder tags(Tag... tags)
The tag key and value pairs attached to the resource share.
tags - The tag key and value pairs attached to the resource share.ResourceShare.Builder tags(Consumer<Tag.Builder>... tags)
The tag key and value pairs attached to the resource share.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) ResourceShare.Builder creationTime(Instant creationTime)
The date and time when the resource share was created.
creationTime - The date and time when the resource share was created.ResourceShare.Builder lastUpdatedTime(Instant lastUpdatedTime)
The date and time when the resource share was last updated.
lastUpdatedTime - The date and time when the resource share was last updated.ResourceShare.Builder featureSet(String featureSet)
Indicates how the resource share was created. Possible values include:
CREATED_FROM_POLICY - Indicates that the resource share was created from an Identity and Access
Management (IAM) resource-based permission policy attached to the resource. This type of resource share is
visible only to the Amazon Web Services account that created it. You can't modify it in RAM unless you
promote it. For more information, see PromoteResourceShareCreatedFromPolicy.
PROMOTING_TO_STANDARD - The resource share is in the process of being promoted. For more
information, see PromoteResourceShareCreatedFromPolicy.
STANDARD - Indicates that the resource share was created in RAM using the console or APIs. These
resource shares are visible to all principals you share the resource share with. You can modify these
resource shares in RAM using the console or APIs.
featureSet - Indicates how the resource share was created. Possible values include:
CREATED_FROM_POLICY - Indicates that the resource share was created from an Identity and
Access Management (IAM) resource-based permission policy attached to the resource. This type of
resource share is visible only to the Amazon Web Services account that created it. You can't modify it
in RAM unless you promote it. For more information, see PromoteResourceShareCreatedFromPolicy.
PROMOTING_TO_STANDARD - The resource share is in the process of being promoted. For more
information, see PromoteResourceShareCreatedFromPolicy.
STANDARD - Indicates that the resource share was created in RAM using the console or
APIs. These resource shares are visible to all principals you share the resource share with. You can
modify these resource shares in RAM using the console or APIs.
ResourceShareFeatureSet,
ResourceShareFeatureSetResourceShare.Builder featureSet(ResourceShareFeatureSet featureSet)
Indicates how the resource share was created. Possible values include:
CREATED_FROM_POLICY - Indicates that the resource share was created from an Identity and Access
Management (IAM) resource-based permission policy attached to the resource. This type of resource share is
visible only to the Amazon Web Services account that created it. You can't modify it in RAM unless you
promote it. For more information, see PromoteResourceShareCreatedFromPolicy.
PROMOTING_TO_STANDARD - The resource share is in the process of being promoted. For more
information, see PromoteResourceShareCreatedFromPolicy.
STANDARD - Indicates that the resource share was created in RAM using the console or APIs. These
resource shares are visible to all principals you share the resource share with. You can modify these
resource shares in RAM using the console or APIs.
featureSet - Indicates how the resource share was created. Possible values include:
CREATED_FROM_POLICY - Indicates that the resource share was created from an Identity and
Access Management (IAM) resource-based permission policy attached to the resource. This type of
resource share is visible only to the Amazon Web Services account that created it. You can't modify it
in RAM unless you promote it. For more information, see PromoteResourceShareCreatedFromPolicy.
PROMOTING_TO_STANDARD - The resource share is in the process of being promoted. For more
information, see PromoteResourceShareCreatedFromPolicy.
STANDARD - Indicates that the resource share was created in RAM using the console or
APIs. These resource shares are visible to all principals you share the resource share with. You can
modify these resource shares in RAM using the console or APIs.
ResourceShareFeatureSet,
ResourceShareFeatureSetCopyright © 2022. All rights reserved.