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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
NotifyApplicationStateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, build
NotifyApplicationStateRequest.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
,
ApplicationStatus
NotifyApplicationStateRequest.Builder status(ApplicationStatus status)
Status of the application - Not Started, In-Progress, Complete.
status
- Status of the application - Not Started, In-Progress, Complete.ApplicationStatus
,
ApplicationStatus
NotifyApplicationStateRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.NotifyApplicationStateRequest.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.