Interface ListEnvironmentsRequest.Builder

    • Method Detail

      • awsAccountId

        ListEnvironmentsRequest.Builder awsAccountId​(String awsAccountId)

        The identifier of the Amazon Web Services account where you want to list environments.

        Parameters:
        awsAccountId - The identifier of the Amazon Web Services account where you want to list environments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsAccountRegion

        ListEnvironmentsRequest.Builder awsAccountRegion​(String awsAccountRegion)

        The Amazon Web Services region where you want to list environments.

        Parameters:
        awsAccountRegion - The Amazon Web Services region where you want to list environments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainIdentifier

        ListEnvironmentsRequest.Builder domainIdentifier​(String domainIdentifier)

        The identifier of the Amazon DataZone domain.

        Parameters:
        domainIdentifier - The identifier of the Amazon DataZone domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentBlueprintIdentifier

        ListEnvironmentsRequest.Builder environmentBlueprintIdentifier​(String environmentBlueprintIdentifier)

        The identifier of the Amazon DataZone blueprint.

        Parameters:
        environmentBlueprintIdentifier - The identifier of the Amazon DataZone blueprint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentProfileIdentifier

        ListEnvironmentsRequest.Builder environmentProfileIdentifier​(String environmentProfileIdentifier)

        The identifier of the environment profile.

        Parameters:
        environmentProfileIdentifier - The identifier of the environment profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListEnvironmentsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of environments to return in a single call to ListEnvironments. When the number of environments 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 ListEnvironments to list the next set of environments.

        Parameters:
        maxResults - The maximum number of environments to return in a single call to ListEnvironments. When the number of environments 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 ListEnvironments to list the next set of environments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ListEnvironmentsRequest.Builder name​(String name)

        The name of the environment.

        Parameters:
        name - The name of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEnvironmentsRequest.Builder nextToken​(String nextToken)

        When the number of environments 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 environments, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironments to list the next set of environments.

        Parameters:
        nextToken - When the number of environments 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 environments, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironments to list the next set of environments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectIdentifier

        ListEnvironmentsRequest.Builder projectIdentifier​(String projectIdentifier)

        The identifier of the Amazon DataZone project.

        Parameters:
        projectIdentifier - The identifier of the Amazon DataZone project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provider

        ListEnvironmentsRequest.Builder provider​(String provider)

        The provider of the environment.

        Parameters:
        provider - The provider of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.