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, sdkFieldscopyapplyMutation, buildAssociationStatus.Builder code(String code)
The state of the target network association.
code - The state of the target network association.AssociationStatusCode,
AssociationStatusCodeAssociationStatus.Builder code(AssociationStatusCode code)
The state of the target network association.
code - The state of the target network association.AssociationStatusCode,
AssociationStatusCodeAssociationStatus.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 © 2022. All rights reserved.