Interface GenerateCredentialReportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GenerateCredentialReportResponse.Builder,
,GenerateCredentialReportResponse> IamResponse.Builder
,SdkBuilder<GenerateCredentialReportResponse.Builder,
,GenerateCredentialReportResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GenerateCredentialReportResponse
@Mutable
@NotThreadSafe
public static interface GenerateCredentialReportResponse.Builder
extends IamResponse.Builder, SdkPojo, CopyableBuilder<GenerateCredentialReportResponse.Builder,GenerateCredentialReportResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) Information about the credential report.Information about the state of the credential report.state
(ReportStateType state) Information about the state of the credential report.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iam.model.IamResponse.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
-
state
Information about the state of the credential report.
- Parameters:
state
- Information about the state of the credential report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
Information about the state of the credential report.
- Parameters:
state
- Information about the state of the credential report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
Information about the credential report.
- Parameters:
description
- Information about the credential report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-