public static interface UpdateConfigurationSetTrackingOptionsRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<UpdateConfigurationSetTrackingOptionsRequest.Builder,UpdateConfigurationSetTrackingOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateConfigurationSetTrackingOptionsRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set for which you want to update the custom tracking domain.
|
UpdateConfigurationSetTrackingOptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateConfigurationSetTrackingOptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateConfigurationSetTrackingOptionsRequest.Builder |
trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions)
Sets the value of the TrackingOptions property for this object.
|
UpdateConfigurationSetTrackingOptionsRequest.Builder |
trackingOptions(TrackingOptions trackingOptions)
Sets the value of the TrackingOptions property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateConfigurationSetTrackingOptionsRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set for which you want to update the custom tracking domain.
configurationSetName - The name of the configuration set for which you want to update the custom tracking domain.UpdateConfigurationSetTrackingOptionsRequest.Builder trackingOptions(TrackingOptions trackingOptions)
trackingOptions - The new value for the TrackingOptions property for this object.default UpdateConfigurationSetTrackingOptionsRequest.Builder trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions)
TrackingOptions.Builder avoiding the
need to create one manually via TrackingOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to trackingOptions(TrackingOptions).
trackingOptions - a consumer that will call methods on TrackingOptions.BuildertrackingOptions(TrackingOptions)UpdateConfigurationSetTrackingOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateConfigurationSetTrackingOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.