JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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.apigateway.model

Class UpdateVpcLinkResult

    • Constructor Detail

      • UpdateVpcLinkResult

        public UpdateVpcLinkResult()
    • Method Detail

      • setId

        public void setId(String id)

        The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

        Parameters:
        id - The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
      • getId

        public String getId()

        The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

        Returns:
        The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
      • withId

        public UpdateVpcLinkResult withId(String id)

        The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

        Parameters:
        id - The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name used to label and identify the VPC link.

        Parameters:
        name - The name used to label and identify the VPC link.
      • getName

        public String getName()

        The name used to label and identify the VPC link.

        Returns:
        The name used to label and identify the VPC link.
      • withName

        public UpdateVpcLinkResult withName(String name)

        The name used to label and identify the VPC link.

        Parameters:
        name - The name used to label and identify the VPC link.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description of the VPC link.

        Parameters:
        description - The description of the VPC link.
      • getDescription

        public String getDescription()

        The description of the VPC link.

        Returns:
        The description of the VPC link.
      • withDescription

        public UpdateVpcLinkResult withDescription(String description)

        The description of the VPC link.

        Parameters:
        description - The description of the VPC link.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTargetArns

        public List<String> getTargetArns()

        The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.

        Returns:
        The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.
      • setTargetArns

        public void setTargetArns(Collection<String> targetArns)

        The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.

        Parameters:
        targetArns - The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.
      • withTargetArns

        public UpdateVpcLinkResult withTargetArns(String... targetArns)

        The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.

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

        Parameters:
        targetArns - The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTargetArns

        public UpdateVpcLinkResult withTargetArns(Collection<String> targetArns)

        The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.

        Parameters:
        targetArns - The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.

        Parameters:
        status - The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.
        See Also:
        VpcLinkStatus
      • getStatus

        public String getStatus()

        The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.

        Returns:
        The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.
        See Also:
        VpcLinkStatus
      • withStatus

        public UpdateVpcLinkResult withStatus(String status)

        The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.

        Parameters:
        status - The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VpcLinkStatus
      • withStatus

        public UpdateVpcLinkResult withStatus(VpcLinkStatus status)

        The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.

        Parameters:
        status - The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VpcLinkStatus
      • setStatusMessage

        public void setStatusMessage(String statusMessage)

        A description about the VPC link status.

        Parameters:
        statusMessage - A description about the VPC link status.
      • getStatusMessage

        public String getStatusMessage()

        A description about the VPC link status.

        Returns:
        A description about the VPC link status.
      • withStatusMessage

        public UpdateVpcLinkResult withStatusMessage(String statusMessage)

        A description about the VPC link status.

        Parameters:
        statusMessage - A description about the VPC link status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        The collection of tags. Each tag element is associated with a given resource.

        Returns:
        The collection of tags. Each tag element is associated with a given resource.
      • setTags

        public void setTags(Map<String,String> tags)

        The collection of tags. Each tag element is associated with a given resource.

        Parameters:
        tags - The collection of tags. Each tag element is associated with a given resource.
      • withTags

        public UpdateVpcLinkResult withTags(Map<String,String> tags)

        The collection of tags. Each tag element is associated with a given resource.

        Parameters:
        tags - The collection of tags. Each tag element is associated with a given resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public UpdateVpcLinkResult clearTagsEntries()
        Removes all the entries added into Tags.
        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 によって変換されたページ (->オリジナル) /