public static interface NotifyApplicationStateRequest.Builder extends MigrationHubRequest.Builder, CopyableBuilder<NotifyApplicationStateRequest.Builder,NotifyApplicationStateRequest>
| Modifier and Type | Method and Description |
|---|---|
NotifyApplicationStateRequest.Builder |
applicationId(String applicationId)
The configurationId in ADS that uniquely identifies the grouped application.
|
NotifyApplicationStateRequest.Builder |
dryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
NotifyApplicationStateRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
NotifyApplicationStateRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
NotifyApplicationStateRequest.Builder |
status(ApplicationStatus status)
Status of the application - Not Started, In-Progress, Complete.
|
NotifyApplicationStateRequest.Builder |
status(String status)
Status of the application - Not Started, In-Progress, Complete.
|
buildrequestOverrideConfigcopyapply, buildNotifyApplicationStateRequest.Builder applicationId(String applicationId)
The configurationId in ADS that uniquely identifies the grouped application.
applicationId - The configurationId in ADS that uniquely identifies the grouped application.NotifyApplicationStateRequest.Builder status(String status)
Status of the application - Not Started, In-Progress, Complete.
status - Status of the application - Not Started, In-Progress, Complete.ApplicationStatus,
ApplicationStatusNotifyApplicationStateRequest.Builder status(ApplicationStatus status)
Status of the application - Not Started, In-Progress, Complete.
status - Status of the application - Not Started, In-Progress, Complete.ApplicationStatus,
ApplicationStatusNotifyApplicationStateRequest.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.NotifyApplicationStateRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.NotifyApplicationStateRequest.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.