public static interface GetAssociatedEnclaveCertificateIamRolesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetAssociatedEnclaveCertificateIamRolesRequest.Builder,GetAssociatedEnclaveCertificateIamRolesRequest>
Modifier and Type | Method and Description |
---|---|
GetAssociatedEnclaveCertificateIamRolesRequest.Builder |
certificateArn(String certificateArn)
The ARN of the ACM certificate for which to view the associated IAM roles, encryption keys, and Amazon S3
object information.
|
GetAssociatedEnclaveCertificateIamRolesRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
GetAssociatedEnclaveCertificateIamRolesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAssociatedEnclaveCertificateIamRolesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetAssociatedEnclaveCertificateIamRolesRequest.Builder certificateArn(String certificateArn)
The ARN of the ACM certificate for which to view the associated IAM roles, encryption keys, and Amazon S3 object information.
certificateArn
- The ARN of the ACM certificate for which to view the associated IAM roles, encryption keys, and Amazon
S3 object information.GetAssociatedEnclaveCertificateIamRolesRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
dryRun
- Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.GetAssociatedEnclaveCertificateIamRolesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetAssociatedEnclaveCertificateIamRolesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.