CopyableBuilder<GetCredentialReportResponse.Builder,GetCredentialReportResponse>
, SdkBuilder<GetCredentialReportResponse.Builder,GetCredentialReportResponse>
public static interface GetCredentialReportResponse.Builder extends CopyableBuilder<GetCredentialReportResponse.Builder,GetCredentialReportResponse>
Modifier and Type | Method | Description |
---|---|---|
GetCredentialReportResponse.Builder |
content(ByteBuffer content) |
Contains the credential report.
|
GetCredentialReportResponse.Builder |
generatedTime(Date generatedTime) |
The date and time when the credential report was created, in ISO
8601 date-time format.
|
GetCredentialReportResponse.Builder |
reportFormat(String reportFormat) |
The format (MIME type) of the credential report.
|
GetCredentialReportResponse.Builder |
reportFormat(ReportFormatType reportFormat) |
The format (MIME type) of the credential report.
|
copy
apply, build
GetCredentialReportResponse.Builder content(ByteBuffer 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
GetCredentialReportResponse.Builder reportFormat(ReportFormatType reportFormat)
The format (MIME type) of the credential report.
reportFormat
- The format (MIME type) of the credential report.ReportFormatType
GetCredentialReportResponse.Builder generatedTime(Date 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.