Interface ListEndpointsByPlatformApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListEndpointsByPlatformApplicationResponse.Builder,,ListEndpointsByPlatformApplicationResponse> SdkBuilder<ListEndpointsByPlatformApplicationResponse.Builder,,ListEndpointsByPlatformApplicationResponse> SdkPojo,SdkResponse.Builder,SnsResponse.Builder
- Enclosing class:
- ListEndpointsByPlatformApplicationResponse
@Mutable
@NotThreadSafe
public static interface ListEndpointsByPlatformApplicationResponse.Builder
extends SnsResponse.Builder, SdkPojo, CopyableBuilder<ListEndpointsByPlatformApplicationResponse.Builder,ListEndpointsByPlatformApplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionendpoints(Collection<Endpoint> endpoints) Endpoints returned forListEndpointsByPlatformApplicationaction.endpoints(Consumer<Endpoint.Builder>... endpoints) Endpoints returned forListEndpointsByPlatformApplicationaction.Endpoints returned forListEndpointsByPlatformApplicationaction.NextTokenstring is returned when callingListEndpointsByPlatformApplicationaction if additional records are available after the first page results.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.sns.model.SnsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
endpoints
Endpoints returned for
ListEndpointsByPlatformApplicationaction.- Parameters:
endpoints- Endpoints returned forListEndpointsByPlatformApplicationaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
Endpoints returned for
ListEndpointsByPlatformApplicationaction.- Parameters:
endpoints- Endpoints returned forListEndpointsByPlatformApplicationaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
ListEndpointsByPlatformApplicationResponse.Builder endpoints(Consumer<Endpoint.Builder>... endpoints) Endpoints returned for
This is a convenience method that creates an instance of theListEndpointsByPlatformApplicationaction.Endpoint.Builderavoiding the need to create one manually viaEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toendpoints(List<Endpoint>).- Parameters:
endpoints- a consumer that will call methods onEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
NextTokenstring is returned when callingListEndpointsByPlatformApplicationaction if additional records are available after the first page results.- Parameters:
nextToken-NextTokenstring is returned when callingListEndpointsByPlatformApplicationaction if additional records are available after the first page results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-