Interface CreateDistributionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateDistributionResponse.Builder,CreateDistributionResponse>,LightsailResponse.Builder,SdkBuilder<CreateDistributionResponse.Builder,CreateDistributionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateDistributionResponse
public static interface CreateDistributionResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<CreateDistributionResponse.Builder,CreateDistributionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateDistributionResponse.Builderdistribution(Consumer<LightsailDistribution.Builder> distribution)An object that describes the distribution created.CreateDistributionResponse.Builderdistribution(LightsailDistribution distribution)An object that describes the distribution created.default CreateDistributionResponse.Builderoperation(Consumer<Operation.Builder> operation)An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.CreateDistributionResponse.Builderoperation(Operation operation)An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
Method Detail
-
distribution
CreateDistributionResponse.Builder distribution(LightsailDistribution distribution)
An object that describes the distribution created.
- Parameters:
distribution- An object that describes the distribution created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
distribution
default CreateDistributionResponse.Builder distribution(Consumer<LightsailDistribution.Builder> distribution)
An object that describes the distribution created.
This is a convenience method that creates an instance of theLightsailDistribution.Builderavoiding the need to create one manually viaLightsailDistribution.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todistribution(LightsailDistribution).- Parameters:
distribution- a consumer that will call methods onLightsailDistribution.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
distribution(LightsailDistribution)
-
operation
CreateDistributionResponse.Builder operation(Operation operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
- Parameters:
operation- An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operation
default CreateDistributionResponse.Builder operation(Consumer<Operation.Builder> operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
This is a convenience method that creates an instance of theOperation.Builderavoiding the need to create one manually viaOperation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooperation(Operation).- Parameters:
operation- a consumer that will call methods onOperation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
operation(Operation)
-
-