Interface GetConfigurationSetEventDestinationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetConfigurationSetEventDestinationsRequest.Builder,GetConfigurationSetEventDestinationsRequest>,PinpointEmailRequest.Builder,SdkBuilder<GetConfigurationSetEventDestinationsRequest.Builder,GetConfigurationSetEventDestinationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetConfigurationSetEventDestinationsRequest
public static interface GetConfigurationSetEventDestinationsRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<GetConfigurationSetEventDestinationsRequest.Builder,GetConfigurationSetEventDestinationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetConfigurationSetEventDestinationsRequest.BuilderconfigurationSetName(String configurationSetName)The name of the configuration set that contains the event destination.GetConfigurationSetEventDestinationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConfigurationSetEventDestinationsRequest.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.pinpointemail.model.PinpointEmailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
configurationSetName
GetConfigurationSetEventDestinationsRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination.
- Parameters:
configurationSetName- The name of the configuration set that contains the event destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetConfigurationSetEventDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetConfigurationSetEventDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-