Interface CanaryDryRunConfigOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CanaryDryRunConfigOutput.Builder,
,CanaryDryRunConfigOutput> SdkBuilder<CanaryDryRunConfigOutput.Builder,
,CanaryDryRunConfigOutput> SdkPojo
- Enclosing class:
CanaryDryRunConfigOutput
@Mutable
@NotThreadSafe
public static interface CanaryDryRunConfigOutput.Builder
extends SdkPojo, CopyableBuilder<CanaryDryRunConfigOutput.Builder,CanaryDryRunConfigOutput>
-
Method Summary
Modifier and TypeMethodDescriptionThe DryRunId associated with an existing 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.
-