Uses of Interface
software.amazon.awssdk.services.ram.model.AssociatedPermission.Builder
Packages that use AssociatedPermission.Builder
-
Uses of AssociatedPermission.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return AssociatedPermission.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the associated managed permission.static AssociatedPermission.BuilderAssociatedPermission.builder()AssociatedPermission.Builder.defaultVersion(Boolean defaultVersion) Indicates whether the associated resource share is using the default version of the permission.AssociatedPermission.Builder.featureSet(String featureSet) Indicates what features are available for this resource share.AssociatedPermission.Builder.featureSet(PermissionFeatureSet featureSet) Indicates what features are available for this resource share.AssociatedPermission.Builder.lastUpdatedTime(Instant lastUpdatedTime) The date and time when the association between the permission and the resource share was last updated.AssociatedPermission.Builder.permissionVersion(String permissionVersion) The version of the permission currently associated with the resource share.AssociatedPermission.Builder.resourceShareArn(String resourceShareArn) The Amazon Resource Name (ARN) of a resource share associated with this permission.AssociatedPermission.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.AssociatedPermission.toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type AssociatedPermission.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociatedPermission.Builder>AssociatedPermission.serializableBuilderClass()