Interface GetDistributionLatestCacheResetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDistributionLatestCacheResetResponse.Builder,GetDistributionLatestCacheResetResponse>,LightsailResponse.Builder,SdkBuilder<GetDistributionLatestCacheResetResponse.Builder,GetDistributionLatestCacheResetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDistributionLatestCacheResetResponse
public static interface GetDistributionLatestCacheResetResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetDistributionLatestCacheResetResponse.Builder,GetDistributionLatestCacheResetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDistributionLatestCacheResetResponse.BuildercreateTime(Instant createTime)The timestamp of the last cache reset (1479734909.17) in Unix time format.GetDistributionLatestCacheResetResponse.Builderstatus(String status)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
GetDistributionLatestCacheResetResponse.Builder status(String 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
GetDistributionLatestCacheResetResponse.Builder createTime(Instant 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.
-
-