Uses of Interface
software.amazon.awssdk.services.ram.model.ReplacePermissionAssociationsWork.Builder
Packages that use ReplacePermissionAssociationsWork.Builder
-
Uses of ReplacePermissionAssociationsWork.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ReplacePermissionAssociationsWork.BuilderModifier and TypeMethodDescriptionReplacePermissionAssociationsWork.builder()ReplacePermissionAssociationsWork.Builder.creationTime(Instant creationTime) The date and time when this asynchronous background task was created.ReplacePermissionAssociationsWork.Builder.fromPermissionArn(String fromPermissionArn) The Amazon Resource Name (ARN) of the managed permission that this background task is replacing.ReplacePermissionAssociationsWork.Builder.fromPermissionVersion(String fromPermissionVersion) The version of the managed permission that this background task is replacing.The unique identifier for the background task associated with one ReplacePermissionAssociations request.ReplacePermissionAssociationsWork.Builder.lastUpdatedTime(Instant lastUpdatedTime) The date and time when the status of this background task was last updated.Specifies the current status of the background tasks for the specified ID.ReplacePermissionAssociationsWork.Builder.status(ReplacePermissionAssociationsWorkStatus status) Specifies the current status of the background tasks for the specified ID.ReplacePermissionAssociationsWork.Builder.statusMessage(String statusMessage) Specifies the reason for aFAILEDstatus.ReplacePermissionAssociationsWork.toBuilder()ReplacePermissionAssociationsWork.Builder.toPermissionArn(String toPermissionArn) The ARN of the managed permission that this background task is associating with the resource shares in place of the managed permission and version specified infromPermissionArnandfromPermissionVersion.ReplacePermissionAssociationsWork.Builder.toPermissionVersion(String toPermissionVersion) The version of the managed permission that this background task is associating with the resource shares.Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ReplacePermissionAssociationsWork.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplacePermissionAssociationsWork.Builder>ReplacePermissionAssociationsWork.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ram.model with type arguments of type ReplacePermissionAssociationsWork.BuilderModifier and TypeMethodDescriptionReplacePermissionAssociationsResponse.Builder.replacePermissionAssociationsWork(Consumer<ReplacePermissionAssociationsWork.Builder> replacePermissionAssociationsWork) Specifies a data structure that you can use to track the asynchronous tasks that RAM performs to complete this operation.