Interface UpdateContactChannelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateContactChannelRequest.Builder,UpdateContactChannelRequest>,SdkBuilder<UpdateContactChannelRequest.Builder,UpdateContactChannelRequest>,SdkPojo,SdkRequest.Builder,SsmContactsRequest.Builder
- Enclosing class:
- UpdateContactChannelRequest
public static interface UpdateContactChannelRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<UpdateContactChannelRequest.Builder,UpdateContactChannelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateContactChannelRequest.BuildercontactChannelId(String contactChannelId)The Amazon Resource Name (ARN) of the contact channel you want to update.default UpdateContactChannelRequest.BuilderdeliveryAddress(Consumer<ContactChannelAddress.Builder> deliveryAddress)The details that Incident Manager uses when trying to engage the contact channel.UpdateContactChannelRequest.BuilderdeliveryAddress(ContactChannelAddress deliveryAddress)The details that Incident Manager uses when trying to engage the contact channel.UpdateContactChannelRequest.Buildername(String name)The name of the contact channel.UpdateContactChannelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateContactChannelRequest.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssmcontacts.model.SsmContactsRequest.Builder
build
-
-
-
-
Method Detail
-
contactChannelId
UpdateContactChannelRequest.Builder contactChannelId(String contactChannelId)
The Amazon Resource Name (ARN) of the contact channel you want to update.
- Parameters:
contactChannelId- The Amazon Resource Name (ARN) of the contact channel you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateContactChannelRequest.Builder name(String name)
The name of the contact channel.
- Parameters:
name- The name of the contact channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryAddress
UpdateContactChannelRequest.Builder deliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
- Parameters:
deliveryAddress- The details that Incident Manager uses when trying to engage the contact channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryAddress
default UpdateContactChannelRequest.Builder deliveryAddress(Consumer<ContactChannelAddress.Builder> deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
This is a convenience method that creates an instance of theContactChannelAddress.Builderavoiding the need to create one manually viaContactChannelAddress.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeliveryAddress(ContactChannelAddress).- Parameters:
deliveryAddress- a consumer that will call methods onContactChannelAddress.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deliveryAddress(ContactChannelAddress)
-
overrideConfiguration
UpdateContactChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateContactChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-