public static interface ModifyVpcEndpointServicePermissionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpcEndpointServicePermissionsRequest.Builder,ModifyVpcEndpointServicePermissionsRequest>
build
overrideConfiguration
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 one or more 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 one or more 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 one or more 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 one or more 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 one or more principals. Permissions are revoked for principals in this list.
removeAllowedPrincipals
- The Amazon Resource Names (ARN) of one or more principals. Permissions are revoked for principals in
this list.ModifyVpcEndpointServicePermissionsRequest.Builder removeAllowedPrincipals(String... removeAllowedPrincipals)
The Amazon Resource Names (ARN) of one or more principals. Permissions are revoked for principals in this list.
removeAllowedPrincipals
- The Amazon Resource Names (ARN) of one or more principals. Permissions are revoked for principals in
this list.ModifyVpcEndpointServicePermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyVpcEndpointServicePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.