Interface UpdateEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateEndpointRequest.Builder,UpdateEndpointRequest>,PinpointRequest.Builder,SdkBuilder<UpdateEndpointRequest.Builder,UpdateEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateEndpointRequest
public static interface UpdateEndpointRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateEndpointRequest.Builder,UpdateEndpointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateEndpointRequest.BuilderapplicationId(String applicationId)The unique identifier for the application.UpdateEndpointRequest.BuilderendpointId(String endpointId)The case insensitive unique identifier for the endpoint.default UpdateEndpointRequest.BuilderendpointRequest(Consumer<EndpointRequest.Builder> endpointRequest)Sets the value of the EndpointRequest property for this object.UpdateEndpointRequest.BuilderendpointRequest(EndpointRequest endpointRequest)Sets the value of the EndpointRequest property for this object.UpdateEndpointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEndpointRequest.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
UpdateEndpointRequest.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.
-
endpointId
UpdateEndpointRequest.Builder endpointId(String endpointId)
The case insensitive unique identifier for the endpoint. The identifier can't contain
$,{or}.- Parameters:
endpointId- The case insensitive unique identifier for the endpoint. The identifier can't contain$,{or}.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointRequest
UpdateEndpointRequest.Builder endpointRequest(EndpointRequest endpointRequest)
Sets the value of the EndpointRequest property for this object.- Parameters:
endpointRequest- The new value for the EndpointRequest property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointRequest
default UpdateEndpointRequest.Builder endpointRequest(Consumer<EndpointRequest.Builder> endpointRequest)
Sets the value of the EndpointRequest property for this object. This is a convenience method that creates an instance of theEndpointRequest.Builderavoiding the need to create one manually viaEndpointRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toendpointRequest(EndpointRequest).- Parameters:
endpointRequest- a consumer that will call methods onEndpointRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
endpointRequest(EndpointRequest)
-
overrideConfiguration
UpdateEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-