Interface ListEnvironmentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>,DataZoneRequest.Builder,SdkBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEnvironmentsRequest
public static interface ListEnvironmentsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEnvironmentsRequest.BuilderawsAccountId(String awsAccountId)The identifier of the Amazon Web Services account where you want to list environments.ListEnvironmentsRequest.BuilderawsAccountRegion(String awsAccountRegion)The Amazon Web Services region where you want to list environments.ListEnvironmentsRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain.ListEnvironmentsRequest.BuilderenvironmentBlueprintIdentifier(String environmentBlueprintIdentifier)The identifier of the Amazon DataZone blueprint.ListEnvironmentsRequest.BuilderenvironmentProfileIdentifier(String environmentProfileIdentifier)The identifier of the environment profile.ListEnvironmentsRequest.BuildermaxResults(Integer maxResults)The maximum number of environments to return in a single call toListEnvironments.ListEnvironmentsRequest.Buildername(String name)The name of the environment.ListEnvironmentsRequest.BuildernextToken(String nextToken)When the number of environments is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environments, the response includes a pagination token namedNextToken.ListEnvironmentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEnvironmentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEnvironmentsRequest.BuilderprojectIdentifier(String projectIdentifier)The identifier of the Amazon DataZone project.ListEnvironmentsRequest.Builderprovider(String provider)The provider of the environment.ListEnvironmentsRequest.Builderstatus(String status)The status of the environments that you want to list.ListEnvironmentsRequest.Builderstatus(EnvironmentStatus status)The status of the environments that you want to list.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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 ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListEnvironmentsto list the next set of environments.- Parameters:
maxResults- The maximum number of environments to return in a single call toListEnvironments. When the number of environments to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListEnvironmentsto 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
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environments, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentsto list the next set of environments.- Parameters:
nextToken- When the number of environments is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environments, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentsto 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.
-
status
ListEnvironmentsRequest.Builder status(String status)
The status of the environments that you want to list.
- Parameters:
status- The status of the environments that you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnvironmentStatus,EnvironmentStatus
-
status
ListEnvironmentsRequest.Builder status(EnvironmentStatus status)
The status of the environments that you want to list.
- Parameters:
status- The status of the environments that you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnvironmentStatus,EnvironmentStatus
-
overrideConfiguration
ListEnvironmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEnvironmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-