Interface DeleteApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteApplicationResponse.Builder,DeleteApplicationResponse>,MigrationHubRefactorSpacesResponse.Builder,SdkBuilder<DeleteApplicationResponse.Builder,DeleteApplicationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteApplicationResponse
public static interface DeleteApplicationResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<DeleteApplicationResponse.Builder,DeleteApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteApplicationResponse.BuilderapplicationId(String applicationId)The ID of the application.DeleteApplicationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the application.DeleteApplicationResponse.BuilderenvironmentId(String environmentId)The unique identifier of the application’s environment.DeleteApplicationResponse.BuilderlastUpdatedTime(Instant lastUpdatedTime)A timestamp that indicates when the environment was last updated.DeleteApplicationResponse.Buildername(String name)The name of the application.DeleteApplicationResponse.Builderstate(String state)The current state of the application.DeleteApplicationResponse.Builderstate(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 Detail
-
applicationId
DeleteApplicationResponse.Builder applicationId(String 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
DeleteApplicationResponse.Builder arn(String 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
DeleteApplicationResponse.Builder environmentId(String 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
DeleteApplicationResponse.Builder lastUpdatedTime(Instant 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
DeleteApplicationResponse.Builder name(String 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
DeleteApplicationResponse.Builder state(String 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:
ApplicationState,ApplicationState
-
state
DeleteApplicationResponse.Builder state(ApplicationState 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:
ApplicationState,ApplicationState
-
-