Interface GetDistributionLatestCacheResetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDistributionLatestCacheResetResponse.Builder,
,GetDistributionLatestCacheResetResponse> LightsailResponse.Builder
,SdkBuilder<GetDistributionLatestCacheResetResponse.Builder,
,GetDistributionLatestCacheResetResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetDistributionLatestCacheResetResponse
@Mutable
@NotThreadSafe
public static interface GetDistributionLatestCacheResetResponse.Builder
extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetDistributionLatestCacheResetResponse.Builder,GetDistributionLatestCacheResetResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreateTime
(Instant createTime) The timestamp of the last cache reset (1479734909.17
) in Unix time format.The status of the last cache reset.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The status of the last cache reset.
- Parameters:
status
- The status of the last cache reset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
The timestamp of the last cache reset (
1479734909.17
) in Unix time format.- Parameters:
createTime
- The timestamp of the last cache reset (1479734909.17
) in Unix time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-