public static class AwsIntegrationApi.UpdateAWSAccountOptionalParameters extends Object
| Constructor and Description |
|---|
UpdateAWSAccountOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
AwsIntegrationApi.UpdateAWSAccountOptionalParameters |
accessKeyId(String accessKeyId)
Set accessKeyId.
|
AwsIntegrationApi.UpdateAWSAccountOptionalParameters |
accountId(String accountId)
Set accountId.
|
AwsIntegrationApi.UpdateAWSAccountOptionalParameters |
roleName(String roleName)
Set roleName.
|
public AwsIntegrationApi.UpdateAWSAccountOptionalParameters accountId(String accountId)
accountId - Only return AWS accounts that matches this account_id.
(optional)public AwsIntegrationApi.UpdateAWSAccountOptionalParameters roleName(String roleName)
roleName - Only return AWS accounts that match this role_name. Required if
account_id is specified. (optional)public AwsIntegrationApi.UpdateAWSAccountOptionalParameters accessKeyId(String accessKeyId)
accessKeyId - Only return AWS accounts that matches this access_key_id.
Required if none of the other two options are specified. (optional)Copyright © 2024. All rights reserved.