Interface QuickConnect.Builder

    • Method Detail

      • quickConnectARN

        QuickConnect.Builder quickConnectARN​(String quickConnectARN)

        The Amazon Resource Name (ARN) of the quick connect.

        Parameters:
        quickConnectARN - The Amazon Resource Name (ARN) of the quick connect.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quickConnectId

        QuickConnect.Builder quickConnectId​(String quickConnectId)

        The identifier for the quick connect.

        Parameters:
        quickConnectId - The identifier for the quick connect.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        QuickConnect.Builder name​(String name)

        The name of the quick connect.

        Parameters:
        name - The name of the quick connect.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        QuickConnect.Builder description​(String description)

        The description.

        Parameters:
        description - The description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quickConnectConfig

        QuickConnect.Builder quickConnectConfig​(QuickConnectConfig quickConnectConfig)

        Contains information about the quick connect.

        Parameters:
        quickConnectConfig - Contains information about the quick connect.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        QuickConnect.Builder tags​(Map<String,​String> tags)

        The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        QuickConnect.Builder lastModifiedTime​(Instant lastModifiedTime)

        The timestamp when this resource was last modified.

        Parameters:
        lastModifiedTime - The timestamp when this resource was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedRegion

        QuickConnect.Builder lastModifiedRegion​(String lastModifiedRegion)

        The Amazon Web Services Region where this resource was last modified.

        Parameters:
        lastModifiedRegion - The Amazon Web Services Region where this resource was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.