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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenerateCredentialReportResponse.Builderdescription(String description)Information about the credential report.GenerateCredentialReportResponse.Builderstate(String state)Information about the state of the credential report.GenerateCredentialReportResponse.Builderstate(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 Detail
-
state
GenerateCredentialReportResponse.Builder state(String 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:
ReportStateType,ReportStateType
-
state
GenerateCredentialReportResponse.Builder state(ReportStateType 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:
ReportStateType,ReportStateType
-
description
GenerateCredentialReportResponse.Builder description(String 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.
-
-