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

Class CreateTargetGroupResult

    • Constructor Detail

      • CreateTargetGroupResult

        public CreateTargetGroupResult()
    • Method Detail

      • setArn

        public void setArn(String arn)

        The Amazon Resource Name (ARN) of the target group.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the target group.
      • getArn

        public String getArn()

        The Amazon Resource Name (ARN) of the target group.

        Returns:
        The Amazon Resource Name (ARN) of the target group.
      • withArn

        public CreateTargetGroupResult withArn(String arn)

        The Amazon Resource Name (ARN) of the target group.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the target group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConfig

        public void setConfig(TargetGroupConfig config)

        The target group configuration.

        Parameters:
        config - The target group configuration.
      • getConfig

        public TargetGroupConfig getConfig()

        The target group configuration.

        Returns:
        The target group configuration.
      • withConfig

        public CreateTargetGroupResult withConfig(TargetGroupConfig config)

        The target group configuration.

        Parameters:
        config - The target group configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The ID of the target group.

        Parameters:
        id - The ID of the target group.
      • getId

        public String getId()

        The ID of the target group.

        Returns:
        The ID of the target group.
      • withId

        public CreateTargetGroupResult withId(String id)

        The ID of the target group.

        Parameters:
        id - The ID of the target group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the target group.

        Parameters:
        name - The name of the target group.
      • getName

        public String getName()

        The name of the target group.

        Returns:
        The name of the target group.
      • withName

        public CreateTargetGroupResult withName(String name)

        The name of the target group.

        Parameters:
        name - The name of the target group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.

        Parameters:
        status - The status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.
        See Also:
        TargetGroupStatus
      • getStatus

        public String getStatus()

        The status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.

        Returns:
        The status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.
        See Also:
        TargetGroupStatus
      • withStatus

        public CreateTargetGroupResult withStatus(String status)

        The status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.

        Parameters:
        status - The status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetGroupStatus
      • withStatus

        public CreateTargetGroupResult withStatus(TargetGroupStatus status)

        The status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.

        Parameters:
        status - The status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetGroupStatus
      • setType

        public void setType(String type)

        The type of target group.

        Parameters:
        type - The type of target group.
        See Also:
        TargetGroupType
      • getType

        public String getType()

        The type of target group.

        Returns:
        The type of target group.
        See Also:
        TargetGroupType
      • withType

        public CreateTargetGroupResult withType(String type)

        The type of target group.

        Parameters:
        type - The type of target group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetGroupType
      • 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 によって変換されたページ (->オリジナル) /