Interface Campaign.Builder

    • Method Detail

      • id

        Campaign.Builder id​(String id)
        Sets the value of the Id property for this object.
        Parameters:
        id - The new value for the Id property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        Campaign.Builder arn​(String arn)
        Sets the value of the Arn property for this object.
        Parameters:
        arn - The new value for the Arn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        Campaign.Builder name​(String name)
        Sets the value of the Name property for this object.
        Parameters:
        name - The new value for the Name property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectInstanceId

        Campaign.Builder connectInstanceId​(String connectInstanceId)
        Sets the value of the ConnectInstanceId property for this object.
        Parameters:
        connectInstanceId - The new value for the ConnectInstanceId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dialerConfig

        Campaign.Builder dialerConfig​(DialerConfig dialerConfig)
        Sets the value of the DialerConfig property for this object.
        Parameters:
        dialerConfig - The new value for the DialerConfig property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outboundCallConfig

        Campaign.Builder outboundCallConfig​(OutboundCallConfig outboundCallConfig)
        Sets the value of the OutboundCallConfig property for this object.
        Parameters:
        outboundCallConfig - The new value for the OutboundCallConfig property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        Campaign.Builder tags​(Map<String,​String> tags)
        Sets the value of the Tags property for this object.
        Parameters:
        tags - The new value for the Tags property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.