Interface CanaryRunConfigOutput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CanaryRunConfigOutput.Builder,,- CanaryRunConfigOutput> - SdkBuilder<CanaryRunConfigOutput.Builder,,- CanaryRunConfigOutput> - SdkPojo
- Enclosing class:
- CanaryRunConfigOutput
@Mutable
@NotThreadSafe
public static interface CanaryRunConfigOutput.Builder
extends SdkPojo, CopyableBuilder<CanaryRunConfigOutput.Builder,CanaryRunConfigOutput> 
- 
Method SummaryModifier and TypeMethodDescriptionactiveTracing(Boolean activeTracing) Displays whether this canary run used active X-Ray tracing.ephemeralStorage(Integer ephemeralStorage) Specifies the amount of ephemeral storage (in MB) to allocate for the canary run during execution.memoryInMB(Integer memoryInMB) The maximum amount of memory available to the canary while it is running, in MB.timeoutInSeconds(Integer timeoutInSeconds) How long the canary is allowed to run before it must stop.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
timeoutInSecondsHow long the canary is allowed to run before it must stop. - Parameters:
- timeoutInSeconds- How long the canary is allowed to run before it must stop.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
memoryInMBThe maximum amount of memory available to the canary while it is running, in MB. This value must be a multiple of 64. - Parameters:
- memoryInMB- The maximum amount of memory available to the canary while it is running, in MB. This value must be a multiple of 64.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
activeTracingDisplays whether this canary run used active X-Ray tracing. - Parameters:
- activeTracing- Displays whether this canary run used active X-Ray tracing.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ephemeralStorageSpecifies the amount of ephemeral storage (in MB) to allocate for the canary run during execution. This temporary storage is used for storing canary run artifacts (which are uploaded to an Amazon S3 bucket at the end of the run), and any canary browser operations. This temporary storage is cleared after the run is completed. Default storage value is 1024 MB. - Parameters:
- ephemeralStorage- Specifies the amount of ephemeral storage (in MB) to allocate for the canary run during execution. This temporary storage is used for storing canary run artifacts (which are uploaded to an Amazon S3 bucket at the end of the run), and any canary browser operations. This temporary storage is cleared after the run is completed. Default storage value is 1024 MB.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-