Interface NotifyApplicationStateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<NotifyApplicationStateRequest.Builder,NotifyApplicationStateRequest>,MigrationHubRequest.Builder,SdkBuilder<NotifyApplicationStateRequest.Builder,NotifyApplicationStateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- NotifyApplicationStateRequest
public static interface NotifyApplicationStateRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<NotifyApplicationStateRequest.Builder,NotifyApplicationStateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotifyApplicationStateRequest.BuilderapplicationId(String applicationId)The configurationId in Application Discovery Service that uniquely identifies the grouped application.NotifyApplicationStateRequest.BuilderdryRun(Boolean dryRun)Optional boolean flag to indicate whether any effect should take place.NotifyApplicationStateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)NotifyApplicationStateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)NotifyApplicationStateRequest.Builderstatus(String status)Status of the application - Not Started, In-Progress, Complete.NotifyApplicationStateRequest.Builderstatus(ApplicationStatus status)Status of the application - Not Started, In-Progress, Complete.NotifyApplicationStateRequest.BuilderupdateDateTime(Instant updateDateTime)The timestamp when the application state changed.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhub.model.MigrationHubRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationId
NotifyApplicationStateRequest.Builder applicationId(String applicationId)
The configurationId in Application Discovery Service that uniquely identifies the grouped application.
- Parameters:
applicationId- The configurationId in Application Discovery Service that uniquely identifies the grouped application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
NotifyApplicationStateRequest.Builder status(String status)
Status of the application - Not Started, In-Progress, Complete.
- Parameters:
status- Status of the application - Not Started, In-Progress, Complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationStatus,ApplicationStatus
-
status
NotifyApplicationStateRequest.Builder status(ApplicationStatus status)
Status of the application - Not Started, In-Progress, Complete.
- Parameters:
status- Status of the application - Not Started, In-Progress, Complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationStatus,ApplicationStatus
-
updateDateTime
NotifyApplicationStateRequest.Builder updateDateTime(Instant updateDateTime)
The timestamp when the application state changed.
- Parameters:
updateDateTime- The timestamp when the application state changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
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.
- Parameters:
dryRun- Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
NotifyApplicationStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
NotifyApplicationStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-