Interface UpdateAdmChannelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAdmChannelRequest.Builder,UpdateAdmChannelRequest>,PinpointRequest.Builder,SdkBuilder<UpdateAdmChannelRequest.Builder,UpdateAdmChannelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAdmChannelRequest
public static interface UpdateAdmChannelRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateAdmChannelRequest.Builder,UpdateAdmChannelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateAdmChannelRequest.BuilderadmChannelRequest(Consumer<ADMChannelRequest.Builder> admChannelRequest)Sets the value of the ADMChannelRequest property for this object.UpdateAdmChannelRequest.BuilderadmChannelRequest(ADMChannelRequest admChannelRequest)Sets the value of the ADMChannelRequest property for this object.UpdateAdmChannelRequest.BuilderapplicationId(String applicationId)The unique identifier for the application.UpdateAdmChannelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAdmChannelRequest.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
-
admChannelRequest
UpdateAdmChannelRequest.Builder admChannelRequest(ADMChannelRequest admChannelRequest)
Sets the value of the ADMChannelRequest property for this object.- Parameters:
admChannelRequest- The new value for the ADMChannelRequest property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
admChannelRequest
default UpdateAdmChannelRequest.Builder admChannelRequest(Consumer<ADMChannelRequest.Builder> admChannelRequest)
Sets the value of the ADMChannelRequest property for this object. This is a convenience method that creates an instance of theADMChannelRequest.Builderavoiding the need to create one manually viaADMChannelRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadmChannelRequest(ADMChannelRequest).- Parameters:
admChannelRequest- a consumer that will call methods onADMChannelRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
admChannelRequest(ADMChannelRequest)
-
applicationId
UpdateAdmChannelRequest.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.
-
overrideConfiguration
UpdateAdmChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAdmChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-