ResourceShare.Builder |
ResourceShare.Builder.allowExternalPrincipals(Boolean allowExternalPrincipals) |
Indicates whether principals outside your organization in Organizations can be associated with a resource
share.
|
static ResourceShare.Builder |
ResourceShare.builder() |
|
ResourceShare.Builder |
ResourceShare.Builder.creationTime(Instant creationTime) |
The date and time when the resource share was created.
|
ResourceShare.Builder |
ResourceShare.Builder.featureSet(String featureSet) |
Indicates what features are available for this resource share.
|
ResourceShare.Builder |
ResourceShare.Builder.featureSet(ResourceShareFeatureSet featureSet) |
Indicates what features are available for this resource share.
|
ResourceShare.Builder |
ResourceShare.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The date and time when the resource share was last updated.
|
ResourceShare.Builder |
ResourceShare.Builder.name(String name) |
The name of the resource share.
|
ResourceShare.Builder |
ResourceShare.Builder.owningAccountId(String owningAccountId) |
The ID of the Amazon Web Services account that owns the resource share.
|
ResourceShare.Builder |
ResourceShare.Builder.resourceShareArn(String resourceShareArn) |
|
ResourceShare.Builder |
ResourceShare.Builder.status(String status) |
The current status of the resource share.
|
ResourceShare.Builder |
ResourceShare.Builder.status(ResourceShareStatus status) |
The current status of the resource share.
|
ResourceShare.Builder |
ResourceShare.Builder.statusMessage(String statusMessage) |
A message about the status of the resource share.
|
ResourceShare.Builder |
ResourceShare.Builder.tags(Collection<Tag> tags) |
The tag key and value pairs attached to the resource share.
|
ResourceShare.Builder |
ResourceShare.Builder.tags(Consumer<Tag.Builder>... tags) |
The tag key and value pairs attached to the resource share.
|
ResourceShare.Builder |
ResourceShare.Builder.tags(Tag... tags) |
The tag key and value pairs attached to the resource share.
|
ResourceShare.Builder |
ResourceShare.toBuilder() |
|