Interface ListSourceAssociationsRequest.Builder

  • Method Details

    • resourceShareArns

      ListSourceAssociationsRequest.Builder resourceShareArns(Collection<String> resourceShareArns)

      The Amazon Resource Names (ARNs) of the resource shares for which you want to retrieve source associations.

      Parameters:
      resourceShareArns - The Amazon Resource Names (ARNs) of the resource shares for which you want to retrieve source associations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceShareArns

      ListSourceAssociationsRequest.Builder resourceShareArns(String... resourceShareArns)

      The Amazon Resource Names (ARNs) of the resource shares for which you want to retrieve source associations.

      Parameters:
      resourceShareArns - The Amazon Resource Names (ARNs) of the resource shares for which you want to retrieve source associations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceId

      The identifier of the source for which you want to retrieve associations. This can be an account ID, Amazon Resource Name (ARN), organization ID, or organization path.

      Parameters:
      sourceId - The identifier of the source for which you want to retrieve associations. This can be an account ID, Amazon Resource Name (ARN), organization ID, or organization path.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceType

      The type of source for which you want to retrieve associations.

      Parameters:
      sourceType - The type of source for which you want to retrieve associations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associationStatus

      ListSourceAssociationsRequest.Builder associationStatus(String associationStatus)

      The status of the source associations that you want to retrieve.

      Parameters:
      associationStatus - The status of the source associations that you want to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • associationStatus

      The status of the source associations that you want to retrieve.

      Parameters:
      associationStatus - The status of the source associations that you want to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The pagination token that indicates the next set of results to retrieve.

      Parameters:
      nextToken - The pagination token that indicates the next set of results to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

      Parameters:
      maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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