Interface EndpointState.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EndpointState.Builder,,EndpointState> SdkBuilder<EndpointState.Builder,,EndpointState> SdkPojo
- Enclosing class:
 EndpointState
public static interface EndpointState.Builder
extends SdkPojo, CopyableBuilder<EndpointState.Builder,EndpointState> 
- 
Method Summary
Modifier and TypeMethodDescriptionEnum that indicates the Status of anAppInstanceUserEndpoint.status(EndpointStatus status) Enum that indicates the Status of anAppInstanceUserEndpoint.statusReason(String statusReason) The reason for theEndpointStatus.statusReason(EndpointStatusReason statusReason) The reason for theEndpointStatus.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
status
Enum that indicates the Status of an
AppInstanceUserEndpoint.- Parameters:
 status- Enum that indicates the Status of anAppInstanceUserEndpoint.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
Enum that indicates the Status of an
AppInstanceUserEndpoint.- Parameters:
 status- Enum that indicates the Status of anAppInstanceUserEndpoint.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statusReason
The reason for the
EndpointStatus.- Parameters:
 statusReason- The reason for theEndpointStatus.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statusReason
The reason for the
EndpointStatus.- Parameters:
 statusReason- The reason for theEndpointStatus.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -