public static interface GetCredentialReportResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetCredentialReportResponse.Builder,GetCredentialReportResponse>
Modifier and Type | Method and Description |
---|---|
GetCredentialReportResponse.Builder |
content(SdkBytes content)
Contains the credential report.
|
GetCredentialReportResponse.Builder |
generatedTime(Instant generatedTime)
The date and time when the credential report was created, in ISO
8601 date-time format.
|
GetCredentialReportResponse.Builder |
reportFormat(ReportFormatType reportFormat)
The format (MIME type) of the credential report.
|
GetCredentialReportResponse.Builder |
reportFormat(String reportFormat)
The format (MIME type) of the credential report.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetCredentialReportResponse.Builder content(SdkBytes content)
Contains the credential report. The report is Base64-encoded.
content
- Contains the credential report. The report is Base64-encoded.GetCredentialReportResponse.Builder reportFormat(String reportFormat)
The format (MIME type) of the credential report.
reportFormat
- The format (MIME type) of the credential report.ReportFormatType
,
ReportFormatType
GetCredentialReportResponse.Builder reportFormat(ReportFormatType reportFormat)
The format (MIME type) of the credential report.
reportFormat
- The format (MIME type) of the credential report.ReportFormatType
,
ReportFormatType
GetCredentialReportResponse.Builder generatedTime(Instant generatedTime)
The date and time when the credential report was created, in ISO 8601 date-time format.
generatedTime
- The date and time when the credential report was created, in ISO 8601 date-time format.Copyright © 2019. All rights reserved.