public static interface GetCredentialReportResponse.Builder extends IAMResponse.Builder, CopyableBuilder<GetCredentialReportResponse.Builder,GetCredentialReportResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCredentialReportResponse.Builder |
content(ByteBuffer 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetCredentialReportResponse.Builder content(ByteBuffer content)
Contains the credential report. The report is Base64-encoded.
To preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.
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,
ReportFormatTypeGetCredentialReportResponse.Builder reportFormat(ReportFormatType reportFormat)
The format (MIME type) of the credential report.
reportFormat - The format (MIME type) of the credential report.ReportFormatType,
ReportFormatTypeGetCredentialReportResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.