Interface EndpointInfo.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EndpointInfo.Builder,,EndpointInfo> SdkBuilder<EndpointInfo.Builder,,EndpointInfo> SdkPojo
- Enclosing class:
 EndpointInfo
public static interface EndpointInfo.Builder
extends SdkPojo, CopyableBuilder<EndpointInfo.Builder,EndpointInfo> 
- 
Method Summary
Modifier and TypeMethodDescriptionendpointName(String endpointName) The name of a customer's endpoint.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
- 
endpointName
The name of a customer's endpoint.
- Parameters:
 endpointName- The name of a customer's endpoint.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -