Interface CreateCanaryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateCanaryResponse.Builder,CreateCanaryResponse>,SdkBuilder<CreateCanaryResponse.Builder,CreateCanaryResponse>,SdkPojo,SdkResponse.Builder,SyntheticsResponse.Builder
- Enclosing class:
- CreateCanaryResponse
public static interface CreateCanaryResponse.Builder extends SyntheticsResponse.Builder, SdkPojo, CopyableBuilder<CreateCanaryResponse.Builder,CreateCanaryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateCanaryResponse.Buildercanary(Consumer<Canary.Builder> canary)The full details about the canary you have created.CreateCanaryResponse.Buildercanary(Canary canary)The full details about the canary you have created.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.synthetics.model.SyntheticsResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
canary
CreateCanaryResponse.Builder canary(Canary canary)
The full details about the canary you have created.
- Parameters:
canary- The full details about the canary you have created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
canary
default CreateCanaryResponse.Builder canary(Consumer<Canary.Builder> canary)
The full details about the canary you have created.
This is a convenience method that creates an instance of theCanary.Builderavoiding the need to create one manually viaCanary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocanary(Canary).- Parameters:
canary- a consumer that will call methods onCanary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
canary(Canary)
-
-