Interface ListEnvironmentProfilesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEnvironmentProfilesRequest.Builder,ListEnvironmentProfilesRequest>,DataZoneRequest.Builder,SdkBuilder<ListEnvironmentProfilesRequest.Builder,ListEnvironmentProfilesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEnvironmentProfilesRequest
public static interface ListEnvironmentProfilesRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentProfilesRequest.Builder,ListEnvironmentProfilesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEnvironmentProfilesRequest.BuilderawsAccountId(String awsAccountId)The identifier of the Amazon Web Services account where you want to list environment profiles.ListEnvironmentProfilesRequest.BuilderawsAccountRegion(String awsAccountRegion)The Amazon Web Services region where you want to list environment profiles.ListEnvironmentProfilesRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain.ListEnvironmentProfilesRequest.BuilderenvironmentBlueprintIdentifier(String environmentBlueprintIdentifier)The identifier of the blueprint that was used to create the environment profiles that you want to list.ListEnvironmentProfilesRequest.BuildermaxResults(Integer maxResults)The maximum number of environment profiles to return in a single call toListEnvironmentProfiles.ListEnvironmentProfilesRequest.Buildername(String name)ListEnvironmentProfilesRequest.BuildernextToken(String nextToken)When the number of environment profiles is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environment profiles, the response includes a pagination token namedNextToken.ListEnvironmentProfilesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEnvironmentProfilesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEnvironmentProfilesRequest.BuilderprojectIdentifier(String projectIdentifier)The identifier of the Amazon DataZone project.-
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
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 ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListEnvironmentProfilesto list the next set of environment profiles.- Parameters:
maxResults- The maximum number of environment profiles to return in a single call toListEnvironmentProfiles. When the number of environment profiles to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListEnvironmentProfilesto list the next set of environment profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ListEnvironmentProfilesRequest.Builder name(String name)
- Parameters:
name-- 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
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environment profiles, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentProfilesto list the next set of environment profiles.- Parameters:
nextToken- When the number of environment profiles is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environment profiles, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentProfilesto 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.
-
overrideConfiguration
ListEnvironmentProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEnvironmentProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-