Interface GetCredentialReportResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetCredentialReportResponse.Builder,GetCredentialReportResponse>,IamResponse.Builder,SdkBuilder<GetCredentialReportResponse.Builder,GetCredentialReportResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetCredentialReportResponse
public static interface GetCredentialReportResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetCredentialReportResponse.Builder,GetCredentialReportResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCredentialReportResponse.Buildercontent(SdkBytes content)Contains the credential report.GetCredentialReportResponse.BuildergeneratedTime(Instant generatedTime)The date and time when the credential report was created, in ISO 8601 date-time format.GetCredentialReportResponse.BuilderreportFormat(String reportFormat)The format (MIME type) of the credential report.GetCredentialReportResponse.BuilderreportFormat(ReportFormatType reportFormat)The format (MIME type) 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
content
GetCredentialReportResponse.Builder content(SdkBytes 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
GetCredentialReportResponse.Builder reportFormat(String 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:
ReportFormatType,ReportFormatType
-
reportFormat
GetCredentialReportResponse.Builder reportFormat(ReportFormatType 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:
ReportFormatType,ReportFormatType
-
generatedTime
GetCredentialReportResponse.Builder generatedTime(Instant 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.
-
-