Interface ListEnvironmentActionsRequest.Builder

    • Method Detail

      • domainIdentifier

        ListEnvironmentActionsRequest.Builder domainIdentifier​(String domainIdentifier)

        The ID of the Amazon DataZone domain in which the environment actions are listed.

        Parameters:
        domainIdentifier - The ID of the Amazon DataZone domain in which the environment actions are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentIdentifier

        ListEnvironmentActionsRequest.Builder environmentIdentifier​(String environmentIdentifier)

        The ID of the envrironment whose environment actions are listed.

        Parameters:
        environmentIdentifier - The ID of the envrironment whose environment actions are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListEnvironmentActionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of environment actions to return in a single call to ListEnvironmentActions. When the number of environment actions to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironmentActions to list the next set of environment actions.

        Parameters:
        maxResults - The maximum number of environment actions to return in a single call to ListEnvironmentActions. When the number of environment actions to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironmentActions to list the next set of environment actions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEnvironmentActionsRequest.Builder nextToken​(String nextToken)

        When the number of environment actions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of environment actions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentActions to list the next set of environment actions.

        Parameters:
        nextToken - When the number of environment actions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of environment actions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentActions to list the next set of environment actions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.