public static interface ModifyVpcEndpointServicePermissionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpcEndpointServicePermissionsRequest.Builder,ModifyVpcEndpointServicePermissionsRequest>
buildoverrideConfigurationcopyapplyMutation, buildModifyVpcEndpointServicePermissionsRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ModifyVpcEndpointServicePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.