Interface EndpointInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EndpointInfo.Builder,
,EndpointInfo> SdkBuilder<EndpointInfo.Builder,
,EndpointInfo> SdkPojo
- Enclosing class:
EndpointInfo
@Mutable
@NotThreadSafe
public static interface EndpointInfo.Builder
extends SdkPojo, CopyableBuilder<EndpointInfo.Builder,EndpointInfo>
-
Method Summary
Modifier and TypeMethodDescriptionAddress of the endpoint.displayName
(String displayName) Display name of the endpoint.Type of endpoint.type
(EndpointType type) Type of 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
-
type
Type of endpoint.
- Parameters:
type
- Type of endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Type of endpoint.
- Parameters:
type
- Type of endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
address
Address of the endpoint.
- Parameters:
address
- Address of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
Display name of the endpoint.
- Parameters:
displayName
- Display name of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-