public static interface NotifyApplicationStateRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<NotifyApplicationStateRequest.Builder,NotifyApplicationStateRequest>
| Modifier and Type | Method and Description |
|---|---|
NotifyApplicationStateRequest.Builder |
applicationId(String applicationId)
The configurationId in Application Discovery Service 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) |
NotifyApplicationStateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
NotifyApplicationStateRequest.Builder |
updateDateTime(Instant updateDateTime)
The timestamp when the application state changed.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildNotifyApplicationStateRequest.Builder applicationId(String applicationId)
The configurationId in Application Discovery Service that uniquely identifies the grouped application.
applicationId - The configurationId in Application Discovery Service 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 updateDateTime(Instant updateDateTime)
The timestamp when the application state changed.
updateDateTime - The timestamp when the application state changed.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)
overrideConfiguration in interface AwsRequest.BuilderNotifyApplicationStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.