Interface GetHumanReadableSummaryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetHumanReadableSummaryResponse.Builder,,GetHumanReadableSummaryResponse> IamResponse.Builder,SdkBuilder<GetHumanReadableSummaryResponse.Builder,,GetHumanReadableSummaryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetHumanReadableSummaryResponse
@Mutable
@NotThreadSafe
public static interface GetHumanReadableSummaryResponse.Builder
extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetHumanReadableSummaryResponse.Builder,GetHumanReadableSummaryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe locale that this response was generated for.summaryContent(String summaryContent) Summary content in the specified locale.summaryState(String summaryState) State of summary generation.summaryState(SummaryStateType summaryState) State of summary generation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iam.model.IamResponse.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
-
summaryContent
Summary content in the specified locale. Summary content is non-empty only if the
SummaryStateisAVAILABLE.- Parameters:
summaryContent- Summary content in the specified locale. Summary content is non-empty only if theSummaryStateisAVAILABLE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locale
The locale that this response was generated for. This maps to the input locale.
- Parameters:
locale- The locale that this response was generated for. This maps to the input locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaryState
State of summary generation. This generation process is asynchronous and this attribute indicates the state of the generation process.
- Parameters:
summaryState- State of summary generation. This generation process is asynchronous and this attribute indicates the state of the generation process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
summaryState
State of summary generation. This generation process is asynchronous and this attribute indicates the state of the generation process.
- Parameters:
summaryState- State of summary generation. This generation process is asynchronous and this attribute indicates the state of the generation process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-