public static interface ModifyVpcEndpointServicePermissionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpcEndpointServicePermissionsRequest.Builder,ModifyVpcEndpointServicePermissionsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.Builder
ModifyVpcEndpointServicePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.