Interface ServerEndpoint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServerEndpoint.Builder,
,ServerEndpoint> SdkBuilder<ServerEndpoint.Builder,
,ServerEndpoint> SdkPojo
- Enclosing class:
ServerEndpoint
@Mutable
@NotThreadSafe
public static interface ServerEndpoint.Builder
extends SdkPojo, CopyableBuilder<ServerEndpoint.Builder,ServerEndpoint>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-