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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointInfo.Builder
endpointName(String endpointName)
The name of a customer's 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
-
endpointName
EndpointInfo.Builder endpointName(String 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.
-
-