Interface StartInsightsRefreshResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartInsightsRefreshResponse.Builder,,StartInsightsRefreshResponse> EksResponse.Builder,SdkBuilder<StartInsightsRefreshResponse.Builder,,StartInsightsRefreshResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartInsightsRefreshResponse
@Mutable
@NotThreadSafe
public static interface StartInsightsRefreshResponse.Builder
extends EksResponse.Builder, SdkPojo, CopyableBuilder<StartInsightsRefreshResponse.Builder,StartInsightsRefreshResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe message associated with the insights refresh operation.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:
-