Interface ResetDistributionCacheResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ResetDistributionCacheResponse.Builder,,- ResetDistributionCacheResponse> - LightsailResponse.Builder,- SdkBuilder<ResetDistributionCacheResponse.Builder,,- ResetDistributionCacheResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ResetDistributionCacheResponse
@Mutable
@NotThreadSafe
public static interface ResetDistributionCacheResponse.Builder
extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<ResetDistributionCacheResponse.Builder,ResetDistributionCacheResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncreateTime(Instant createTime) The timestamp of the reset cache request (1479734909.17) in Unix time format.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.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.The status of the reset cache request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
statusThe status of the reset cache request. - Parameters:
- status- The status of the reset cache request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createTimeThe timestamp of the reset cache request ( 1479734909.17) in Unix time format.- Parameters:
- createTime- The timestamp of the reset cache request (- 1479734909.17) in Unix time format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
operationAn 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.
 
- 
operationAn 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 on- Operation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-