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.
|
build
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.NotifyApplicationStateRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.