Interface DescribeDraftAppVersionResourcesImportStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDraftAppVersionResourcesImportStatusResponse.Builder,DescribeDraftAppVersionResourcesImportStatusResponse>,ResiliencehubResponse.Builder,SdkBuilder<DescribeDraftAppVersionResourcesImportStatusResponse.Builder,DescribeDraftAppVersionResourcesImportStatusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeDraftAppVersionResourcesImportStatusResponse
public static interface DescribeDraftAppVersionResourcesImportStatusResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<DescribeDraftAppVersionResourcesImportStatusResponse.Builder,DescribeDraftAppVersionResourcesImportStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDraftAppVersionResourcesImportStatusResponse.BuilderappArn(String appArn)Amazon Resource Name (ARN) of the Resilience Hub application.DescribeDraftAppVersionResourcesImportStatusResponse.BuilderappVersion(String appVersion)The version of the application.DescribeDraftAppVersionResourcesImportStatusResponse.BuildererrorMessage(String errorMessage)The returned error message for the request.DescribeDraftAppVersionResourcesImportStatusResponse.Builderstatus(String status)Status of the action.DescribeDraftAppVersionResourcesImportStatusResponse.Builderstatus(ResourceImportStatusType status)Status of the action.DescribeDraftAppVersionResourcesImportStatusResponse.BuilderstatusChangeTime(Instant statusChangeTime)The time when the status last changed.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.resiliencehub.model.ResiliencehubResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
appArn
DescribeDraftAppVersionResourcesImportStatusResponse.Builder appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.- Parameters:
appArn- Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appVersion
DescribeDraftAppVersionResourcesImportStatusResponse.Builder appVersion(String appVersion)
The version of the application.
- Parameters:
appVersion- The version of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
DescribeDraftAppVersionResourcesImportStatusResponse.Builder errorMessage(String errorMessage)
The returned error message for the request.
- Parameters:
errorMessage- The returned error message for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeDraftAppVersionResourcesImportStatusResponse.Builder status(String status)
Status of the action.
- Parameters:
status- Status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceImportStatusType,ResourceImportStatusType
-
status
DescribeDraftAppVersionResourcesImportStatusResponse.Builder status(ResourceImportStatusType status)
Status of the action.
- Parameters:
status- Status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceImportStatusType,ResourceImportStatusType
-
statusChangeTime
DescribeDraftAppVersionResourcesImportStatusResponse.Builder statusChangeTime(Instant statusChangeTime)
The time when the status last changed.
- Parameters:
statusChangeTime- The time when the status last changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-