Uses of Interface
software.amazon.awssdk.services.ram.model.ResourceSharePermissionDetail.Builder
Packages that use ResourceSharePermissionDetail.Builder
-
Uses of ResourceSharePermissionDetail.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceSharePermissionDetail.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of this RAM managed permission.ResourceSharePermissionDetail.builder()ResourceSharePermissionDetail.Builder.creationTime(Instant creationTime) The date and time when the permission was created.ResourceSharePermissionDetail.Builder.defaultVersion(Boolean defaultVersion) Specifies whether the version of the permission represented in this response is the default version for this permission.ResourceSharePermissionDetail.Builder.featureSet(String featureSet) Indicates what features are available for this resource share.ResourceSharePermissionDetail.Builder.featureSet(PermissionFeatureSet featureSet) Indicates what features are available for this resource share.ResourceSharePermissionDetail.Builder.isResourceTypeDefault(Boolean isResourceTypeDefault) Specifies whether the version of the permission represented in this response is the default version for all resources of this resource type.ResourceSharePermissionDetail.Builder.lastUpdatedTime(Instant lastUpdatedTime) The date and time when the permission was last updated.The name of this permission.ResourceSharePermissionDetail.Builder.permission(String permission) The permission's effect and actions in JSON format.ResourceSharePermissionDetail.Builder.permissionType(String permissionType) The type of managed permission.ResourceSharePermissionDetail.Builder.permissionType(PermissionType permissionType) The type of managed permission.ResourceSharePermissionDetail.Builder.resourceType(String resourceType) The resource type to which this permission applies.The current status of the association between the permission and the resource share.ResourceSharePermissionDetail.Builder.status(PermissionStatus status) The current status of the association between the permission and the resource share.ResourceSharePermissionDetail.Builder.tags(Collection<Tag> tags) The tag key and value pairs attached to the resource share.ResourceSharePermissionDetail.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.ResourceSharePermissionDetail.toBuilder()The version of the permission described in this response.Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ResourceSharePermissionDetail.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResourceSharePermissionDetail.Builder>ResourceSharePermissionDetail.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ram.model with type arguments of type ResourceSharePermissionDetail.BuilderModifier and TypeMethodDescriptionCreatePermissionVersionResponse.Builder.permission(Consumer<ResourceSharePermissionDetail.Builder> permission) Sets the value of the Permission property for this object.default GetPermissionResponse.BuilderGetPermissionResponse.Builder.permission(Consumer<ResourceSharePermissionDetail.Builder> permission) An object with details about the permission.