Interface GetCredentialReportResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetCredentialReportResponse.Builder,,GetCredentialReportResponse> IamResponse.Builder,SdkBuilder<GetCredentialReportResponse.Builder,,GetCredentialReportResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetCredentialReportResponse
@Mutable
@NotThreadSafe
public static interface GetCredentialReportResponse.Builder
extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetCredentialReportResponse.Builder,GetCredentialReportResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionContains the credential report.generatedTime(Instant generatedTime) The date and time when the credential report was created, in ISO 8601 date-time format.reportFormat(String reportFormat) The format (MIME type) of the credential report.reportFormat(ReportFormatType reportFormat) The format (MIME type) of the credential report.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
- 
content
Contains the credential report. The report is Base64-encoded.
- Parameters:
 content- Contains the credential report. The report is Base64-encoded.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
reportFormat
The format (MIME type) of the credential report.
- Parameters:
 reportFormat- The format (MIME type) of the credential report.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
reportFormat
The format (MIME type) of the credential report.
- Parameters:
 reportFormat- The format (MIME type) of the credential report.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
generatedTime
The date and time when the credential report was created, in ISO 8601 date-time format.
- Parameters:
 generatedTime- The date and time when the credential report was created, in ISO 8601 date-time format.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -