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 |
progressUpdateStreamName(String progressUpdateStreamName)
The name of the ProgressUpdateStream.
|
CreateProgressUpdateStreamRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateProgressUpdateStreamRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateProgressUpdateStreamRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.