Interface GetPropertyValueRequest.Builder

    • Method Detail

      • componentName

        GetPropertyValueRequest.Builder componentName​(String componentName)

        The name of the component whose property values the operation returns.

        Parameters:
        componentName - The name of the component whose property values the operation returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentPath

        GetPropertyValueRequest.Builder componentPath​(String componentPath)

        This string specifies the path to the composite component, starting from the top-level component.

        Parameters:
        componentPath - This string specifies the path to the composite component, starting from the top-level component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentTypeId

        GetPropertyValueRequest.Builder componentTypeId​(String componentTypeId)

        The ID of the component type whose property values the operation returns.

        Parameters:
        componentTypeId - The ID of the component type whose property values the operation returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entityId

        GetPropertyValueRequest.Builder entityId​(String entityId)

        The ID of the entity whose property values the operation returns.

        Parameters:
        entityId - The ID of the entity whose property values the operation returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selectedProperties

        GetPropertyValueRequest.Builder selectedProperties​(Collection<String> selectedProperties)

        The properties whose values the operation returns.

        Parameters:
        selectedProperties - The properties whose values the operation returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selectedProperties

        GetPropertyValueRequest.Builder selectedProperties​(String... selectedProperties)

        The properties whose values the operation returns.

        Parameters:
        selectedProperties - The properties whose values the operation returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workspaceId

        GetPropertyValueRequest.Builder workspaceId​(String workspaceId)

        The ID of the workspace whose values the operation returns.

        Parameters:
        workspaceId - The ID of the workspace whose values the operation returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetPropertyValueRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return at one time. The default is 25.

        Valid Range: Minimum value of 1. Maximum value of 250.

        Parameters:
        maxResults - The maximum number of results to return at one time. The default is 25.

        Valid Range: Minimum value of 1. Maximum value of 250.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetPropertyValueRequest.Builder nextToken​(String nextToken)

        The string that specifies the next page of results.

        Parameters:
        nextToken - The string that specifies the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertyGroupName

        GetPropertyValueRequest.Builder propertyGroupName​(String propertyGroupName)

        The property group name.

        Parameters:
        propertyGroupName - The property group name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tabularConditions

        GetPropertyValueRequest.Builder tabularConditions​(TabularConditions tabularConditions)

        The tabular conditions.

        Parameters:
        tabularConditions - The tabular conditions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.