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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointState.Builderstatus(String status)Enum that indicates the Status of anAppInstanceUserEndpoint.EndpointState.Builderstatus(EndpointStatus status)Enum that indicates the Status of anAppInstanceUserEndpoint.EndpointState.BuilderstatusReason(String statusReason)The reason for theEndpointStatus.EndpointState.BuilderstatusReason(EndpointStatusReason statusReason)The reason for theEndpointStatus.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
status
EndpointState.Builder status(String 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:
EndpointStatus,EndpointStatus
-
status
EndpointState.Builder status(EndpointStatus 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:
EndpointStatus,EndpointStatus
-
statusReason
EndpointState.Builder statusReason(String 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:
EndpointStatusReason,EndpointStatusReason
-
statusReason
EndpointState.Builder statusReason(EndpointStatusReason 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:
EndpointStatusReason,EndpointStatusReason
-
-