Interface AssetInstance.Builder

    • Method Detail

      • instanceId

        AssetInstance.Builder instanceId​(String instanceId)

        The ID of the instance.

        Parameters:
        instanceId - The ID of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceType

        AssetInstance.Builder instanceType​(String instanceType)

        The type of instance.

        Parameters:
        instanceType - The type of instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetId

        AssetInstance.Builder assetId​(String assetId)

        The ID of the asset.

        Parameters:
        assetId - The ID of the asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountId

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

        AssetInstance.Builder awsServiceName​(String awsServiceName)

        The Amazon Web Services service name of the instance.

        Parameters:
        awsServiceName - The Amazon Web Services service name of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AWSServiceName, AWSServiceName
      • awsServiceName

        AssetInstance.Builder awsServiceName​(AWSServiceName awsServiceName)

        The Amazon Web Services service name of the instance.

        Parameters:
        awsServiceName - The Amazon Web Services service name of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AWSServiceName, AWSServiceName