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)
overrideConfiguration in interface AwsRequest.BuilderModifyVpcEndpointServicePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.