public static interface AwsIamAccessKeyDetails.Builder extends SdkPojo, CopyableBuilder<AwsIamAccessKeyDetails.Builder,AwsIamAccessKeyDetails>
Modifier and Type | Method and Description |
---|---|
AwsIamAccessKeyDetails.Builder |
createdAt(String createdAt)
The creation date/time of the IAM access key related to a finding.
|
AwsIamAccessKeyDetails.Builder |
status(AwsIamAccessKeyStatus status)
The status of the IAM access key related to a finding.
|
AwsIamAccessKeyDetails.Builder |
status(String status)
The status of the IAM access key related to a finding.
|
AwsIamAccessKeyDetails.Builder |
userName(String userName)
The user associated with the IAM access key related to a finding.
|
copy
applyMutation, build
AwsIamAccessKeyDetails.Builder userName(String userName)
The user associated with the IAM access key related to a finding.
userName
- The user associated with the IAM access key related to a finding.AwsIamAccessKeyDetails.Builder status(String status)
The status of the IAM access key related to a finding.
status
- The status of the IAM access key related to a finding.AwsIamAccessKeyStatus
,
AwsIamAccessKeyStatus
AwsIamAccessKeyDetails.Builder status(AwsIamAccessKeyStatus status)
The status of the IAM access key related to a finding.
status
- The status of the IAM access key related to a finding.AwsIamAccessKeyStatus
,
AwsIamAccessKeyStatus
AwsIamAccessKeyDetails.Builder createdAt(String createdAt)
The creation date/time of the IAM access key related to a finding.
createdAt
- The creation date/time of the IAM access key related to a finding.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.