public static interface CreateProgressUpdateStreamRequest.Builder extends MigrationHubRequest.Builder, CopyableBuilder<CreateProgressUpdateStreamRequest.Builder,CreateProgressUpdateStreamRequest>
| Modifier and Type | Method and Description | 
|---|---|
| CreateProgressUpdateStreamRequest.Builder | dryRun(Boolean dryRun)
 Optional boolean flag to indicate whether any effect should take place. | 
| CreateProgressUpdateStreamRequest.Builder | overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)Add an optional request override configuration. | 
| CreateProgressUpdateStreamRequest.Builder | overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)Add an optional request override configuration. | 
| CreateProgressUpdateStreamRequest.Builder | progressUpdateStreamName(String progressUpdateStreamName)
 The name of the ProgressUpdateStream. | 
buildoverrideConfigurationcopyapplyMutation, buildCreateProgressUpdateStreamRequest.Builder progressUpdateStreamName(String progressUpdateStreamName)
The name of the ProgressUpdateStream.
progressUpdateStreamName - The name of the ProgressUpdateStream.CreateProgressUpdateStreamRequest.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.CreateProgressUpdateStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateProgressUpdateStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.