Uses of Interface
software.amazon.awssdk.services.workspaces.model.AssociationStateReason.Builder
-
Packages that use AssociationStateReason.Builder Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of AssociationStateReason.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return AssociationStateReason.Builder Modifier and Type Method Description static AssociationStateReason.BuilderAssociationStateReason. builder()AssociationStateReason.BuilderAssociationStateReason.Builder. errorCode(String errorCode)The error code of the association deployment failure.AssociationStateReason.BuilderAssociationStateReason.Builder. errorCode(AssociationErrorCode errorCode)The error code of the association deployment failure.AssociationStateReason.BuilderAssociationStateReason.Builder. errorMessage(String errorMessage)The error message of the association deployment failure.AssociationStateReason.BuilderAssociationStateReason. toBuilder()Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type AssociationStateReason.Builder Modifier and Type Method Description static Class<? extends AssociationStateReason.Builder>AssociationStateReason. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type AssociationStateReason.Builder Modifier and Type Method Description default ApplicationResourceAssociation.BuilderApplicationResourceAssociation.Builder. stateReason(Consumer<AssociationStateReason.Builder> stateReason)The reason the association deployment failed.default BundleResourceAssociation.BuilderBundleResourceAssociation.Builder. stateReason(Consumer<AssociationStateReason.Builder> stateReason)The reason the association deployment failed.default ImageResourceAssociation.BuilderImageResourceAssociation.Builder. stateReason(Consumer<AssociationStateReason.Builder> stateReason)The reason the association deployment failed.default WorkspaceResourceAssociation.BuilderWorkspaceResourceAssociation.Builder. stateReason(Consumer<AssociationStateReason.Builder> stateReason)The reason the association deployment failed.
-