Interface ListEnvironmentProfilesRequest.Builder

    • Method Detail

      • awsAccountId

        ListEnvironmentProfilesRequest.Builder awsAccountId​(String awsAccountId)

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

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

        ListEnvironmentProfilesRequest.Builder awsAccountRegion​(String awsAccountRegion)

        The Amazon Web Services region where you want to list environment profiles.

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

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

        ListEnvironmentProfilesRequest.Builder environmentBlueprintIdentifier​(String environmentBlueprintIdentifier)

        The identifier of the blueprint that was used to create the environment profiles that you want to list.

        Parameters:
        environmentBlueprintIdentifier - The identifier of the blueprint that was used to create the environment profiles that you want to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListEnvironmentProfilesRequest.Builder maxResults​(Integer maxResults)

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

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

        ListEnvironmentProfilesRequest.Builder nextToken​(String nextToken)

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

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

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