Interface GetPropertyValueRequest.Builder

  • Method Details

    • 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

      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

      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.
    • tabularConditions

      default GetPropertyValueRequest.Builder tabularConditions(Consumer<TabularConditions.Builder> tabularConditions)

      The tabular conditions.

      This is a convenience method that creates an instance of the TabularConditions.Builder avoiding the need to create one manually via TabularConditions.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tabularConditions(TabularConditions).

      Parameters:
      tabularConditions - a consumer that will call methods on TabularConditions.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      GetPropertyValueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.