Interface DescribeApplicationStateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeApplicationStateResponse.Builder,,DescribeApplicationStateResponse> MigrationHubResponse.Builder,SdkBuilder<DescribeApplicationStateResponse.Builder,,DescribeApplicationStateResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeApplicationStateResponse
public static interface DescribeApplicationStateResponse.Builder
extends MigrationHubResponse.Builder, SdkPojo, CopyableBuilder<DescribeApplicationStateResponse.Builder,DescribeApplicationStateResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationStatus(String applicationStatus) Status of the application - Not Started, In-Progress, Complete.applicationStatus(ApplicationStatus applicationStatus) Status of the application - Not Started, In-Progress, Complete.lastUpdatedTime(Instant lastUpdatedTime) The timestamp when the application status was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.migrationhub.model.MigrationHubResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
applicationStatus
Status of the application - Not Started, In-Progress, Complete.
- Parameters:
applicationStatus- 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
Status of the application - Not Started, In-Progress, Complete.
- Parameters:
applicationStatus- 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:
-
lastUpdatedTime
The timestamp when the application status was last updated.
- Parameters:
lastUpdatedTime- The timestamp when the application status was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-