static UserStackAssociationError.Builder |
UserStackAssociationError.builder() |
|
UserStackAssociationError.Builder |
UserStackAssociationError.Builder.errorCode(String errorCode) |
The error code for the error that is returned when a user can’t be associated with or disassociated from a
stack.
|
UserStackAssociationError.Builder |
UserStackAssociationError.Builder.errorCode(UserStackAssociationErrorCode errorCode) |
The error code for the error that is returned when a user can’t be associated with or disassociated from a
stack.
|
UserStackAssociationError.Builder |
UserStackAssociationError.Builder.errorMessage(String errorMessage) |
The error message for the error that is returned when a user can’t be associated with or disassociated from a
stack.
|
UserStackAssociationError.Builder |
UserStackAssociationError.toBuilder() |
|
default UserStackAssociationError.Builder |
UserStackAssociationError.Builder.userStackAssociation(Consumer<UserStackAssociation.Builder> userStackAssociation) |
Information about the user and associated stack.
|
UserStackAssociationError.Builder |
UserStackAssociationError.Builder.userStackAssociation(UserStackAssociation userStackAssociation) |
Information about the user and associated stack.
|