Interface DryRunConfigOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DryRunConfigOutput.Builder,
,DryRunConfigOutput> SdkBuilder<DryRunConfigOutput.Builder,
,DryRunConfigOutput> SdkPojo
- Enclosing class:
DryRunConfigOutput
@Mutable
@NotThreadSafe
public static interface DryRunConfigOutput.Builder
extends SdkPojo, CopyableBuilder<DryRunConfigOutput.Builder,DryRunConfigOutput>
-
Method Summary
Modifier and TypeMethodDescriptionThe DryRunId associated with an existing canary’s dry run.lastDryRunExecutionStatus
(String lastDryRunExecutionStatus) Returns the last execution status for a canary's dry run.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
-
Method Details
-
dryRunId
The DryRunId associated with an existing canary’s dry run. You can use this DryRunId to retrieve information about the dry run.
- Parameters:
dryRunId
- The DryRunId associated with an existing canary’s dry run. You can use this DryRunId to retrieve information about the dry run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastDryRunExecutionStatus
Returns the last execution status for a canary's dry run.
- Parameters:
lastDryRunExecutionStatus
- Returns the last execution status for a canary's dry run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-