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 SummaryModifier and TypeMethodDescriptionThe network address of the endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
endpointThe 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.
 
 
-