Interface DescribeIntegrationsRequest.Builder

    • Method Detail

      • integrationIdentifier

        DescribeIntegrationsRequest.Builder integrationIdentifier​(String integrationIdentifier)

        The Amazon Resource Name (ARN) for the integration.

        Parameters:
        integrationIdentifier - The Amazon Resource Name (ARN) for the integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeIntegrationsRequest.Builder marker​(String marker)

        A value that indicates the starting point for the next set of response records in a subsequent request.

        Parameters:
        marker - A value that indicates the starting point for the next set of response records in a subsequent request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxRecords

        DescribeIntegrationsRequest.Builder maxRecords​(Integer maxRecords)

        The total number of items to return in the output.

        Parameters:
        maxRecords - The total number of items to return in the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeIntegrationsRequest.Builder filters​(Collection<IntegrationFilter> filters)

        A list of key and values, to filter down the results. Supported keys are "Status", "IntegrationName", and "SourceArn". IntegrationName is limited to only one value.

        Parameters:
        filters - A list of key and values, to filter down the results. Supported keys are "Status", "IntegrationName", and "SourceArn". IntegrationName is limited to only one value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeIntegrationsRequest.Builder filters​(IntegrationFilter... filters)

        A list of key and values, to filter down the results. Supported keys are "Status", "IntegrationName", and "SourceArn". IntegrationName is limited to only one value.

        Parameters:
        filters - A list of key and values, to filter down the results. Supported keys are "Status", "IntegrationName", and "SourceArn". IntegrationName is limited to only one value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.