Interface DescribeInsightsRefreshResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeInsightsRefreshResponse.Builder,,DescribeInsightsRefreshResponse> EksResponse.Builder,SdkBuilder<DescribeInsightsRefreshResponse.Builder,,DescribeInsightsRefreshResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeInsightsRefreshResponse
@Mutable
@NotThreadSafe
public static interface DescribeInsightsRefreshResponse.Builder
extends EksResponse.Builder, SdkPojo, CopyableBuilder<DescribeInsightsRefreshResponse.Builder,DescribeInsightsRefreshResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time when the insights refresh operation ended.The message associated with the insights refresh operation.The date and time when the insights refresh operation started.The current status of the insights refresh operation.status(InsightsRefreshStatus status) The current status of the insights refresh operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.eks.model.EksResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
message
The message associated with the insights refresh operation.
- Parameters:
message- The message associated with the insights refresh operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the insights refresh operation.
- Parameters:
status- The current status of the insights refresh operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the insights refresh operation.
- Parameters:
status- The current status of the insights refresh operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startedAt
The date and time when the insights refresh operation started.
- Parameters:
startedAt- The date and time when the insights refresh operation started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
The date and time when the insights refresh operation ended.
- Parameters:
endedAt- The date and time when the insights refresh operation ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-