public static interface DeleteProgressUpdateStreamRequest.Builder extends MigrationHubRequest.Builder, CopyableBuilder<DeleteProgressUpdateStreamRequest.Builder,DeleteProgressUpdateStreamRequest>
Modifier and Type | Method and Description |
---|---|
DeleteProgressUpdateStreamRequest.Builder |
dryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
DeleteProgressUpdateStreamRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteProgressUpdateStreamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteProgressUpdateStreamRequest.Builder |
progressUpdateStreamName(String progressUpdateStreamName)
The name of the ProgressUpdateStream.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteProgressUpdateStreamRequest.Builder progressUpdateStreamName(String progressUpdateStreamName)
The name of the ProgressUpdateStream.
progressUpdateStreamName
- The name of the ProgressUpdateStream.DeleteProgressUpdateStreamRequest.Builder dryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
dryRun
- Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has
permission to make the call.DeleteProgressUpdateStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteProgressUpdateStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.