CopyableBuilder<GenerateCredentialReportResponse.Builder,GenerateCredentialReportResponse>
, SdkBuilder<GenerateCredentialReportResponse.Builder,GenerateCredentialReportResponse>
public static interface GenerateCredentialReportResponse.Builder extends CopyableBuilder<GenerateCredentialReportResponse.Builder,GenerateCredentialReportResponse>
Modifier and Type | Method | Description |
---|---|---|
GenerateCredentialReportResponse.Builder |
description(String description) |
Information about the credential report.
|
GenerateCredentialReportResponse.Builder |
state(String state) |
Information about the state of the credential report.
|
GenerateCredentialReportResponse.Builder |
state(ReportStateType state) |
Information about the state of the credential report.
|
copy
apply, build
GenerateCredentialReportResponse.Builder state(String state)
Information about the state of the credential report.
state
- Information about the state of the credential report.ReportStateType
GenerateCredentialReportResponse.Builder state(ReportStateType state)
Information about the state of the credential report.
state
- Information about the state of the credential report.ReportStateType
GenerateCredentialReportResponse.Builder description(String description)
Information about the credential report.
description
- Information about the credential report.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.