Interface DeleteEventDestinationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteEventDestinationRequest.Builder,DeleteEventDestinationRequest>,PinpointSmsVoiceV2Request.Builder,SdkBuilder<DeleteEventDestinationRequest.Builder,DeleteEventDestinationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteEventDestinationRequest
public static interface DeleteEventDestinationRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<DeleteEventDestinationRequest.Builder,DeleteEventDestinationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteEventDestinationRequest.BuilderconfigurationSetName(String configurationSetName)The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event destination from.DeleteEventDestinationRequest.BuildereventDestinationName(String eventDestinationName)The name of the event destination to delete.DeleteEventDestinationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteEventDestinationRequest.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.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Request.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
-
configurationSetName
DeleteEventDestinationRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event destination from. The ConfigurateSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.
- Parameters:
configurationSetName- The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event destination from. The ConfigurateSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDestinationName
DeleteEventDestinationRequest.Builder eventDestinationName(String eventDestinationName)
The name of the event destination to delete.
- Parameters:
eventDestinationName- The name of the event destination to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteEventDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-