public static class AwsIntegrationApi.ListAWSAccountsOptionalParameters extends Object
| Constructor and Description |
|---|
ListAWSAccountsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
AwsIntegrationApi.ListAWSAccountsOptionalParameters |
accessKeyId(String accessKeyId)
Set accessKeyId.
|
AwsIntegrationApi.ListAWSAccountsOptionalParameters |
accountId(String accountId)
Set accountId.
|
AwsIntegrationApi.ListAWSAccountsOptionalParameters |
roleName(String roleName)
Set roleName.
|
public AwsIntegrationApi.ListAWSAccountsOptionalParameters accountId(String accountId)
accountId - Only return AWS accounts that matches this account_id.
(optional)public AwsIntegrationApi.ListAWSAccountsOptionalParameters roleName(String roleName)
roleName - Only return AWS accounts that matches this role_name. (optional)public AwsIntegrationApi.ListAWSAccountsOptionalParameters accessKeyId(String accessKeyId)
accessKeyId - Only return AWS accounts that matches this access_key_id.
(optional)Copyright © 2024. All rights reserved.