public static interface ListEnvironmentsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsRequest.Builder |
awsAccountId(String awsAccountId)
The identifier of the Amazon Web Services account where you want to list environments.
|
ListEnvironmentsRequest.Builder |
awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where you want to list environments.
|
ListEnvironmentsRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListEnvironmentsRequest.Builder |
environmentBlueprintIdentifier(String environmentBlueprintIdentifier)
The identifier of the Amazon DataZone blueprint.
|
ListEnvironmentsRequest.Builder |
environmentProfileIdentifier(String environmentProfileIdentifier)
The identifier of the environment profile.
|
ListEnvironmentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of environments to return in a single call to
ListEnvironments. |
ListEnvironmentsRequest.Builder |
name(String name)
|
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. |
ListEnvironmentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEnvironmentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEnvironmentsRequest.Builder |
projectIdentifier(String projectIdentifier)
The identifier of the Amazon DataZone project.
|
ListEnvironmentsRequest.Builder |
provider(String provider)
The provider of the environment.
|
ListEnvironmentsRequest.Builder |
status(EnvironmentStatus status)
The status of the environments that you want to list.
|
ListEnvironmentsRequest.Builder |
status(String status)
The status of the environments that you want to list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentsRequest.Builder awsAccountId(String awsAccountId)
The identifier of the Amazon Web Services account where you want to list environments.
awsAccountId - The identifier of the Amazon Web Services account where you want to list environments.ListEnvironmentsRequest.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where you want to list environments.
awsAccountRegion - The Amazon Web Services region where you want to list environments.ListEnvironmentsRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier - The identifier of the Amazon DataZone domain.ListEnvironmentsRequest.Builder environmentBlueprintIdentifier(String environmentBlueprintIdentifier)
The identifier of the Amazon DataZone blueprint.
environmentBlueprintIdentifier - The identifier of the Amazon DataZone blueprint.ListEnvironmentsRequest.Builder environmentProfileIdentifier(String environmentProfileIdentifier)
The identifier of the environment profile.
environmentProfileIdentifier - The identifier of the environment profile.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.
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.ListEnvironmentsRequest.Builder name(String name)
name - 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.
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.ListEnvironmentsRequest.Builder projectIdentifier(String projectIdentifier)
The identifier of the Amazon DataZone project.
projectIdentifier - The identifier of the Amazon DataZone project.ListEnvironmentsRequest.Builder provider(String provider)
The provider of the environment.
provider - The provider of the environment.ListEnvironmentsRequest.Builder status(String status)
The status of the environments that you want to list.
status - The status of the environments that you want to list.EnvironmentStatus,
EnvironmentStatusListEnvironmentsRequest.Builder status(EnvironmentStatus status)
The status of the environments that you want to list.
status - The status of the environments that you want to list.EnvironmentStatus,
EnvironmentStatusListEnvironmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEnvironmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.