Interface CreatePlatformEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreatePlatformEndpointResponse.Builder,CreatePlatformEndpointResponse>,SdkBuilder<CreatePlatformEndpointResponse.Builder,CreatePlatformEndpointResponse>,SdkPojo,SdkResponse.Builder,SnsResponse.Builder
- Enclosing class:
- CreatePlatformEndpointResponse
@Mutable @NotThreadSafe public static interface CreatePlatformEndpointResponse.Builder extends SnsResponse.Builder, SdkPojo, CopyableBuilder<CreatePlatformEndpointResponse.Builder,CreatePlatformEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePlatformEndpointResponse.BuilderendpointArn(String endpointArn)EndpointArn returned from CreateEndpoint action.-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.sns.model.SnsResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
endpointArn
CreatePlatformEndpointResponse.Builder endpointArn(String endpointArn)
EndpointArn returned from CreateEndpoint action.
- Parameters:
endpointArn- EndpointArn returned from CreateEndpoint action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-