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

Class DescribeRouterConfigurationResult

    • Constructor Detail

      • DescribeRouterConfigurationResult

        public DescribeRouterConfigurationResult()
    • Method Detail

      • setCustomerRouterConfig

        public void setCustomerRouterConfig(String customerRouterConfig)

        The customer router configuration.

        Parameters:
        customerRouterConfig - The customer router configuration.
      • getCustomerRouterConfig

        public String getCustomerRouterConfig()

        The customer router configuration.

        Returns:
        The customer router configuration.
      • withCustomerRouterConfig

        public DescribeRouterConfigurationResult withCustomerRouterConfig(String customerRouterConfig)

        The customer router configuration.

        Parameters:
        customerRouterConfig - The customer router configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRouter

        public void setRouter(RouterType router)

        The details about the router.

        Parameters:
        router - The details about the router.
      • getRouter

        public RouterType getRouter()

        The details about the router.

        Returns:
        The details about the router.
      • withRouter

        public DescribeRouterConfigurationResult withRouter(RouterType router)

        The details about the router.

        Parameters:
        router - The details about the router.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVirtualInterfaceId

        public void setVirtualInterfaceId(String virtualInterfaceId)

        The ID assigned to the virtual interface.

        Parameters:
        virtualInterfaceId - The ID assigned to the virtual interface.
      • getVirtualInterfaceId

        public String getVirtualInterfaceId()

        The ID assigned to the virtual interface.

        Returns:
        The ID assigned to the virtual interface.
      • withVirtualInterfaceId

        public DescribeRouterConfigurationResult withVirtualInterfaceId(String virtualInterfaceId)

        The ID assigned to the virtual interface.

        Parameters:
        virtualInterfaceId - The ID assigned to the virtual interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVirtualInterfaceName

        public void setVirtualInterfaceName(String virtualInterfaceName)

        Provides the details about a virtual interface's router.

        Parameters:
        virtualInterfaceName - Provides the details about a virtual interface's router.
      • getVirtualInterfaceName

        public String getVirtualInterfaceName()

        Provides the details about a virtual interface's router.

        Returns:
        Provides the details about a virtual interface's router.
      • withVirtualInterfaceName

        public DescribeRouterConfigurationResult withVirtualInterfaceName(String virtualInterfaceName)

        Provides the details about a virtual interface's router.

        Parameters:
        virtualInterfaceName - Provides the details about a virtual interface's router.
        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 によって変換されたページ (->オリジナル) /