Interface GetAssociatedResourceRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetAssociatedResourceRequest.Builder,GetAssociatedResourceRequest>, SdkBuilder<GetAssociatedResourceRequest.Builder,GetAssociatedResourceRequest>, SdkPojo, SdkRequest.Builder, ServiceCatalogAppRegistryRequest.Builder
Enclosing class:
GetAssociatedResourceRequest

  • Method Details

    • application

      GetAssociatedResourceRequest.Builder application(String application)

      The name, ID, or ARN of the application.

      Parameters:
      application - The name, ID, or ARN of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      GetAssociatedResourceRequest.Builder resourceType(String resourceType)

      The type of resource associated with the application.

      Parameters:
      resourceType - The type of resource associated with the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      The type of resource associated with the application.

      Parameters:
      resourceType - The type of resource associated with the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resource

      The name or ID of the resource associated with the application.

      Parameters:
      resource - The name or ID of the resource associated with the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A unique pagination token for each page of results. Make the call again with the returned token to retrieve the next page of results.

      Parameters:
      nextToken - A unique pagination token for each page of results. Make the call again with the returned token to retrieve the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTagStatusWithStrings

      GetAssociatedResourceRequest.Builder resourceTagStatusWithStrings(Collection<String> resourceTagStatus)

      States whether an application tag is applied, not applied, in the process of being applied, or skipped.

      Parameters:
      resourceTagStatus - States whether an application tag is applied, not applied, in the process of being applied, or skipped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTagStatusWithStrings

      GetAssociatedResourceRequest.Builder resourceTagStatusWithStrings(String... resourceTagStatus)

      States whether an application tag is applied, not applied, in the process of being applied, or skipped.

      Parameters:
      resourceTagStatus - States whether an application tag is applied, not applied, in the process of being applied, or skipped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTagStatus

      States whether an application tag is applied, not applied, in the process of being applied, or skipped.

      Parameters:
      resourceTagStatus - States whether an application tag is applied, not applied, in the process of being applied, or skipped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTagStatus

      GetAssociatedResourceRequest.Builder resourceTagStatus(ResourceItemStatus... resourceTagStatus)

      States whether an application tag is applied, not applied, in the process of being applied, or skipped.

      Parameters:
      resourceTagStatus - States whether an application tag is applied, not applied, in the process of being applied, or skipped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of results to return. If the parameter is omitted, it defaults to 25. The value is optional.

      Parameters:
      maxResults - The maximum number of results to return. If the parameter is omitted, it defaults to 25. The value is optional.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetAssociatedResourceRequest.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.