public static interface AssociationStatus.Builder extends SdkPojo, CopyableBuilder<AssociationStatus.Builder,AssociationStatus>
Modifier and Type | Method and Description |
---|---|
AssociationStatus.Builder |
code(AssociationStatusCode code)
The state of the target network association.
|
AssociationStatus.Builder |
code(String code)
The state of the target network association.
|
AssociationStatus.Builder |
message(String message)
A message about the status of the target network association, if applicable.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AssociationStatus.Builder code(String code)
The state of the target network association.
code
- The state of the target network association.AssociationStatusCode
,
AssociationStatusCode
AssociationStatus.Builder code(AssociationStatusCode code)
The state of the target network association.
code
- The state of the target network association.AssociationStatusCode
,
AssociationStatusCode
AssociationStatus.Builder message(String message)
A message about the status of the target network association, if applicable.
message
- A message about the status of the target network association, if applicable.Copyright © 2023. All rights reserved.