Interface UpdateEndpointsBatchRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateEndpointsBatchRequest.Builder,UpdateEndpointsBatchRequest>,PinpointRequest.Builder,SdkBuilder<UpdateEndpointsBatchRequest.Builder,UpdateEndpointsBatchRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateEndpointsBatchRequest
public static interface UpdateEndpointsBatchRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateEndpointsBatchRequest.Builder,UpdateEndpointsBatchRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateEndpointsBatchRequest.BuilderapplicationId(String applicationId)The unique identifier for the application.default UpdateEndpointsBatchRequest.BuilderendpointBatchRequest(Consumer<EndpointBatchRequest.Builder> endpointBatchRequest)Sets the value of the EndpointBatchRequest property for this object.UpdateEndpointsBatchRequest.BuilderendpointBatchRequest(EndpointBatchRequest endpointBatchRequest)Sets the value of the EndpointBatchRequest property for this object.UpdateEndpointsBatchRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEndpointsBatchRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpoint.model.PinpointRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationId
UpdateEndpointsBatchRequest.Builder applicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
- Parameters:
applicationId- The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointBatchRequest
UpdateEndpointsBatchRequest.Builder endpointBatchRequest(EndpointBatchRequest endpointBatchRequest)
Sets the value of the EndpointBatchRequest property for this object.- Parameters:
endpointBatchRequest- The new value for the EndpointBatchRequest property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointBatchRequest
default UpdateEndpointsBatchRequest.Builder endpointBatchRequest(Consumer<EndpointBatchRequest.Builder> endpointBatchRequest)
Sets the value of the EndpointBatchRequest property for this object. This is a convenience method that creates an instance of theEndpointBatchRequest.Builderavoiding the need to create one manually viaEndpointBatchRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toendpointBatchRequest(EndpointBatchRequest).- Parameters:
endpointBatchRequest- a consumer that will call methods onEndpointBatchRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
endpointBatchRequest(EndpointBatchRequest)
-
overrideConfiguration
UpdateEndpointsBatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateEndpointsBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-