Interface Endpoint.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Endpoint.Builder,,Endpoint> SdkBuilder<Endpoint.Builder,,Endpoint> SdkPojo
- Enclosing class:
 Endpoint
public static interface Endpoint.Builder
extends SdkPojo, CopyableBuilder<Endpoint.Builder,Endpoint> 
- 
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, String> attributes) Attributes for endpoint.endpointArn(String endpointArn) TheEndpointArnfor mobile app and device.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
- 
endpointArn
The
EndpointArnfor mobile app and device.- Parameters:
 endpointArn- TheEndpointArnfor mobile app and device.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
attributes
Attributes for endpoint.
- Parameters:
 attributes- Attributes for endpoint.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -