public static interface EndpointMetadata.Builder extends SdkPojo, CopyableBuilder<EndpointMetadata.Builder,EndpointMetadata>
| Modifier and Type | Method and Description |
|---|---|
EndpointMetadata.Builder |
endpointConfigName(String endpointConfigName)
The name of the endpoint configuration.
|
EndpointMetadata.Builder |
endpointName(String endpointName)
The name of the endpoint.
|
EndpointMetadata.Builder |
endpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
|
EndpointMetadata.Builder |
endpointStatus(String endpointStatus)
The status of the endpoint.
|
EndpointMetadata.Builder |
failureReason(String failureReason)
If the status of the endpoint is
Failed, or the status is InService but update
operation fails, this provides the reason why it failed. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointMetadata.Builder endpointName(String endpointName)
The name of the endpoint.
endpointName - The name of the endpoint.EndpointMetadata.Builder endpointConfigName(String endpointConfigName)
The name of the endpoint configuration.
endpointConfigName - The name of the endpoint configuration.EndpointMetadata.Builder endpointStatus(String endpointStatus)
The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.
endpointStatus - The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.EndpointStatus,
EndpointStatusEndpointMetadata.Builder endpointStatus(EndpointStatus endpointStatus)
The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.
endpointStatus - The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.EndpointStatus,
EndpointStatusEndpointMetadata.Builder failureReason(String failureReason)
If the status of the endpoint is Failed, or the status is InService but update
operation fails, this provides the reason why it failed.
failureReason - If the status of the endpoint is Failed, or the status is InService but
update operation fails, this provides the reason why it failed.Copyright © 2023. All rights reserved.