Interface DeleteApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteApplicationResponse.Builder,
,DeleteApplicationResponse> MigrationHubRefactorSpacesResponse.Builder
,SdkBuilder<DeleteApplicationResponse.Builder,
,DeleteApplicationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteApplicationResponse
@Mutable
@NotThreadSafe
public static interface DeleteApplicationResponse.Builder
extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<DeleteApplicationResponse.Builder,DeleteApplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The ID of the application.The Amazon Resource Name (ARN) of the application.environmentId
(String environmentId) The unique identifier of the application’s environment.lastUpdatedTime
(Instant lastUpdatedTime) A timestamp that indicates when the environment was last updated.The name of the application.The current state of the application.state
(ApplicationState state) The current state of the application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.migrationhubrefactorspaces.model.MigrationHubRefactorSpacesResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
applicationId
The ID of the application.
- Parameters:
applicationId
- The ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the application.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
The unique identifier of the application’s environment.
- Parameters:
environmentId
- The unique identifier of the application’s environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
A timestamp that indicates when the environment was last updated.
- Parameters:
lastUpdatedTime
- A timestamp that indicates when the environment was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the application.
- Parameters:
name
- The name of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The current state of the application.
- Parameters:
state
- The current state of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of the application.
- Parameters:
state
- The current state of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-