JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.opensearchserverless.model

Class UpdateVpcEndpointRequest

    • Constructor Detail

      • UpdateVpcEndpointRequest

        public UpdateVpcEndpointRequest()
    • Method Detail

      • getAddSecurityGroupIds

        public List<String> getAddSecurityGroupIds()

        The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

        Returns:
        The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
      • setAddSecurityGroupIds

        public void setAddSecurityGroupIds(Collection<String> addSecurityGroupIds)

        The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

        Parameters:
        addSecurityGroupIds - The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
      • withAddSecurityGroupIds

        public UpdateVpcEndpointRequest withAddSecurityGroupIds(String... addSecurityGroupIds)

        The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

        NOTE: This method appends the values to the existing list (if any). Use setAddSecurityGroupIds(java.util.Collection) or withAddSecurityGroupIds(java.util.Collection) if you want to override the existing values.

        Parameters:
        addSecurityGroupIds - The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withAddSecurityGroupIds

        public UpdateVpcEndpointRequest withAddSecurityGroupIds(Collection<String> addSecurityGroupIds)

        The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

        Parameters:
        addSecurityGroupIds - The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getAddSubnetIds

        public List<String> getAddSubnetIds()

        The ID of one or more subnets to add to the endpoint.

        Returns:
        The ID of one or more subnets to add to the endpoint.
      • setAddSubnetIds

        public void setAddSubnetIds(Collection<String> addSubnetIds)

        The ID of one or more subnets to add to the endpoint.

        Parameters:
        addSubnetIds - The ID of one or more subnets to add to the endpoint.
      • withAddSubnetIds

        public UpdateVpcEndpointRequest withAddSubnetIds(Collection<String> addSubnetIds)

        The ID of one or more subnets to add to the endpoint.

        Parameters:
        addSubnetIds - The ID of one or more subnets to add to the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClientToken

        public void setClientToken(String clientToken)

        Unique, case-sensitive identifier to ensure idempotency of the request.

        Parameters:
        clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.
      • getClientToken

        public String getClientToken()

        Unique, case-sensitive identifier to ensure idempotency of the request.

        Returns:
        Unique, case-sensitive identifier to ensure idempotency of the request.
      • withClientToken

        public UpdateVpcEndpointRequest withClientToken(String clientToken)

        Unique, case-sensitive identifier to ensure idempotency of the request.

        Parameters:
        clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The unique identifier of the interface endpoint to update.

        Parameters:
        id - The unique identifier of the interface endpoint to update.
      • getId

        public String getId()

        The unique identifier of the interface endpoint to update.

        Returns:
        The unique identifier of the interface endpoint to update.
      • withId

        public UpdateVpcEndpointRequest withId(String id)

        The unique identifier of the interface endpoint to update.

        Parameters:
        id - The unique identifier of the interface endpoint to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getRemoveSecurityGroupIds

        public List<String> getRemoveSecurityGroupIds()

        The unique identifiers of the security groups to remove from the endpoint.

        Returns:
        The unique identifiers of the security groups to remove from the endpoint.
      • setRemoveSecurityGroupIds

        public void setRemoveSecurityGroupIds(Collection<String> removeSecurityGroupIds)

        The unique identifiers of the security groups to remove from the endpoint.

        Parameters:
        removeSecurityGroupIds - The unique identifiers of the security groups to remove from the endpoint.
      • withRemoveSecurityGroupIds

        public UpdateVpcEndpointRequest withRemoveSecurityGroupIds(Collection<String> removeSecurityGroupIds)

        The unique identifiers of the security groups to remove from the endpoint.

        Parameters:
        removeSecurityGroupIds - The unique identifiers of the security groups to remove from the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getRemoveSubnetIds

        public List<String> getRemoveSubnetIds()

        The unique identifiers of the subnets to remove from the endpoint.

        Returns:
        The unique identifiers of the subnets to remove from the endpoint.
      • setRemoveSubnetIds

        public void setRemoveSubnetIds(Collection<String> removeSubnetIds)

        The unique identifiers of the subnets to remove from the endpoint.

        Parameters:
        removeSubnetIds - The unique identifiers of the subnets to remove from the endpoint.
      • withRemoveSubnetIds

        public UpdateVpcEndpointRequest withRemoveSubnetIds(String... removeSubnetIds)

        The unique identifiers of the subnets to remove from the endpoint.

        NOTE: This method appends the values to the existing list (if any). Use setRemoveSubnetIds(java.util.Collection) or withRemoveSubnetIds(java.util.Collection) if you want to override the existing values.

        Parameters:
        removeSubnetIds - The unique identifiers of the subnets to remove from the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withRemoveSubnetIds

        public UpdateVpcEndpointRequest withRemoveSubnetIds(Collection<String> removeSubnetIds)

        The unique identifiers of the subnets to remove from the endpoint.

        Parameters:
        removeSubnetIds - The unique identifiers of the subnets to remove from the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /