Uses of Interface
software.amazon.awssdk.services.ram.model.Resource.Builder
Packages that use Resource.Builder
-
Uses of Resource.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return Resource.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the resource.static Resource.BuilderResource.builder()Resource.Builder.creationTime(Instant creationTime) The date and time when the resource was associated with the resource share.Resource.Builder.lastUpdatedTime(Instant lastUpdatedTime) The date an time when the association between the resource and the resource share was last updated.Resource.Builder.resourceGroupArn(String resourceGroupArn) The Amazon Resource Name (ARN) of the resource group.Resource.Builder.resourceRegionScope(String resourceRegionScope) Specifies the scope of visibility of this resource:Resource.Builder.resourceRegionScope(ResourceRegionScope resourceRegionScope) Specifies the scope of visibility of this resource:Resource.Builder.resourceShareArn(String resourceShareArn) The Amazon Resource Name (ARN) of the resource share this resource is associated with.The current status of the resource.Resource.Builder.status(ResourceStatus status) The current status of the resource.Resource.Builder.statusMessage(String statusMessage) A message about the status of the resource.Resource.toBuilder()The resource type.Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type Resource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Resource.Builder>Resource.serializableBuilderClass()