Interface GetPlanEvaluationStatusResponse.Builder
- All Superinterfaces:
ArcRegionSwitchResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<GetPlanEvaluationStatusResponse.Builder,
,GetPlanEvaluationStatusResponse> SdkBuilder<GetPlanEvaluationStatusResponse.Builder,
,GetPlanEvaluationStatusResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetPlanEvaluationStatusResponse
-
Method Summary
Modifier and TypeMethodDescriptionevaluationState
(String evaluationState) The evaluation state for the plan.evaluationState
(EvaluationStatus evaluationState) The evaluation state for the plan.lastEvaluatedVersion
(String lastEvaluatedVersion) The version of the last evaluation of the plan.lastEvaluationTime
(Instant lastEvaluationTime) The time of the last time that Region switch ran an evaluation of the plan.Specifies that you want to receive the next page of results.The Amazon Resource Name (ARN) of the plan.The Amazon Web Services Region for the plan.warnings
(Collection<ResourceWarning> warnings) The current evaluation warnings for the plan.warnings
(Consumer<ResourceWarning.Builder>... warnings) The current evaluation warnings for the plan.warnings
(ResourceWarning... warnings) The current evaluation warnings for the plan.Methods inherited from interface software.amazon.awssdk.services.arcregionswitch.model.ArcRegionSwitchResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
planArn
The Amazon Resource Name (ARN) of the plan.
- Parameters:
planArn
- The Amazon Resource Name (ARN) of the plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastEvaluationTime
The time of the last time that Region switch ran an evaluation of the plan.
- Parameters:
lastEvaluationTime
- The time of the last time that Region switch ran an evaluation of the plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastEvaluatedVersion
The version of the last evaluation of the plan.
- Parameters:
lastEvaluatedVersion
- The version of the last evaluation of the plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
The Amazon Web Services Region for the plan.
- Parameters:
region
- The Amazon Web Services Region for the plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationState
The evaluation state for the plan.
- Parameters:
evaluationState
- The evaluation state for the plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
evaluationState
The evaluation state for the plan.
- Parameters:
evaluationState
- The evaluation state for the plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
warnings
The current evaluation warnings for the plan.
- Parameters:
warnings
- The current evaluation warnings for the plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
warnings
The current evaluation warnings for the plan.
- Parameters:
warnings
- The current evaluation warnings for the plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
warnings
The current evaluation warnings for the plan.
This is a convenience method that creates an instance of theResourceWarning.Builder
avoiding the need to create one manually viaResourceWarning.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed towarnings(List<ResourceWarning>)
.- Parameters:
warnings
- a consumer that will call methods onResourceWarning.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Specifies that you want to receive the next page of results. Valid only if you received a
nextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call'snextToken
response to request the next page of results.- Parameters:
nextToken
- Specifies that you want to receive the next page of results. Valid only if you received anextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call'snextToken
response to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-