public static interface ModifyVpcEndpointServicePermissionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpcEndpointServicePermissionsRequest.Builder,ModifyVpcEndpointServicePermissionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyVpcEndpointServicePermissionsRequest.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.ModifyVpcEndpointServicePermissionsRequest.Builder serviceId(String serviceId)
The ID of the service.
serviceId - The ID of the service.ModifyVpcEndpointServicePermissionsRequest.Builder addAllowedPrincipals(Collection<String> addAllowedPrincipals)
The Amazon Resource Names (ARN) of the principals. Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*).
addAllowedPrincipals - The Amazon Resource Names (ARN) of the principals. Permissions are granted to the principals in this
list. To grant permissions to all principals, specify an asterisk (*).ModifyVpcEndpointServicePermissionsRequest.Builder addAllowedPrincipals(String... addAllowedPrincipals)
The Amazon Resource Names (ARN) of the principals. Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*).
addAllowedPrincipals - The Amazon Resource Names (ARN) of the principals. Permissions are granted to the principals in this
list. To grant permissions to all principals, specify an asterisk (*).ModifyVpcEndpointServicePermissionsRequest.Builder removeAllowedPrincipals(Collection<String> removeAllowedPrincipals)
The Amazon Resource Names (ARN) of the principals. Permissions are revoked for principals in this list.
removeAllowedPrincipals - The Amazon Resource Names (ARN) of the principals. Permissions are revoked for principals in this
list.ModifyVpcEndpointServicePermissionsRequest.Builder removeAllowedPrincipals(String... removeAllowedPrincipals)
The Amazon Resource Names (ARN) of the principals. Permissions are revoked for principals in this list.
removeAllowedPrincipals - The Amazon Resource Names (ARN) of the principals. Permissions are revoked for principals in this
list.ModifyVpcEndpointServicePermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyVpcEndpointServicePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.