Interface MediaResource.Builder

    • Method Detail

      • destinations

        MediaResource.Builder destinations​(Collection<MediaResourceNeighbor> destinations)
        Sets the value of the Destinations property for this object.
        Parameters:
        destinations - The new value for the Destinations property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinations

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

        MediaResource.Builder name​(String name)
        The logical name of an AWS media resource.
        Parameters:
        name - The logical name of an AWS media resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sources

        MediaResource.Builder sources​(Collection<MediaResourceNeighbor> sources)
        Sets the value of the Sources property for this object.
        Parameters:
        sources - The new value for the Sources property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sources

        MediaResource.Builder sources​(MediaResourceNeighbor... sources)
        Sets the value of the Sources property for this object.
        Parameters:
        sources - The new value for the Sources property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.