Interface ServerEndpoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServerEndpoint.Builder,ServerEndpoint>,SdkBuilder<ServerEndpoint.Builder,ServerEndpoint>,SdkPojo
- Enclosing class:
- ServerEndpoint
public static interface ServerEndpoint.Builder extends SdkPojo, CopyableBuilder<ServerEndpoint.Builder,ServerEndpoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerEndpoint.Builderendpoint(String endpoint)The network address of the endpoint.-
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
-
endpoint
ServerEndpoint.Builder endpoint(String endpoint)
The network address of the endpoint.
- Parameters:
endpoint- The network address of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-