Uses of Interface
software.amazon.awssdk.services.ram.model.ResourceShare.Builder
Packages that use ResourceShare.Builder
-
Uses of ResourceShare.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceShare.BuilderModifier and TypeMethodDescriptionResourceShare.Builder.allowExternalPrincipals(Boolean allowExternalPrincipals) Indicates whether principals outside your organization in Organizations can be associated with a resource share.static ResourceShare.BuilderResourceShare.builder()ResourceShare.Builder.creationTime(Instant creationTime) The date and time when the resource share was created.ResourceShare.Builder.featureSet(String featureSet) Indicates what features are available for this resource share.ResourceShare.Builder.featureSet(ResourceShareFeatureSet featureSet) Indicates what features are available for this resource share.ResourceShare.Builder.lastUpdatedTime(Instant lastUpdatedTime) The date and time when the resource share was last updated.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 Resource Name (ARN) of the resource sharedefault ResourceShare.BuilderResourceShare.Builder.resourceShareConfiguration(Consumer<ResourceShareConfiguration.Builder> resourceShareConfiguration) The configuration of the resource shareResourceShare.Builder.resourceShareConfiguration(ResourceShareConfiguration resourceShareConfiguration) The configuration of the resource shareThe current status of the resource share.ResourceShare.Builder.status(ResourceShareStatus 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.The tag key and value pairs attached to the resource share.ResourceShare.toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ResourceShare.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResourceShare.Builder>ResourceShare.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ram.model with type arguments of type ResourceShare.BuilderModifier and TypeMethodDescriptionCreateResourceShareResponse.Builder.resourceShare(Consumer<ResourceShare.Builder> resourceShare) An object with information about the new resource share.UpdateResourceShareResponse.Builder.resourceShare(Consumer<ResourceShare.Builder> resourceShare) Information about the resource share.