public static interface EndpointState.Builder extends SdkPojo, CopyableBuilder<EndpointState.Builder,EndpointState>
| Modifier and Type | Method and Description |
|---|---|
EndpointState.Builder |
status(EndpointStatus status)
Enum that indicates the Status of an
AppInstanceUserEndpoint. |
EndpointState.Builder |
status(String status)
Enum that indicates the Status of an
AppInstanceUserEndpoint. |
EndpointState.Builder |
statusReason(EndpointStatusReason statusReason)
The reason for the
EndpointStatus. |
EndpointState.Builder |
statusReason(String statusReason)
The reason for the
EndpointStatus. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointState.Builder status(String status)
Enum that indicates the Status of an AppInstanceUserEndpoint.
status - Enum that indicates the Status of an AppInstanceUserEndpoint.EndpointStatus,
EndpointStatusEndpointState.Builder status(EndpointStatus status)
Enum that indicates the Status of an AppInstanceUserEndpoint.
status - Enum that indicates the Status of an AppInstanceUserEndpoint.EndpointStatus,
EndpointStatusEndpointState.Builder statusReason(String statusReason)
The reason for the EndpointStatus.
statusReason - The reason for the EndpointStatus.EndpointStatusReason,
EndpointStatusReasonEndpointState.Builder statusReason(EndpointStatusReason statusReason)
The reason for the EndpointStatus.
statusReason - The reason for the EndpointStatus.EndpointStatusReason,
EndpointStatusReasonCopyright © 2023. All rights reserved.