public static interface ListEnvironmentProfilesRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentProfilesRequest.Builder,ListEnvironmentProfilesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentProfilesRequest.Builder |
awsAccountId(String awsAccountId)
The identifier of the Amazon Web Services account where you want to list environment profiles.
|
ListEnvironmentProfilesRequest.Builder |
awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where you want to list environment profiles.
|
ListEnvironmentProfilesRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListEnvironmentProfilesRequest.Builder |
environmentBlueprintIdentifier(String environmentBlueprintIdentifier)
The identifier of the blueprint that was used to create the environment profiles that you want to list.
|
ListEnvironmentProfilesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of environment profiles to return in a single call to
ListEnvironmentProfiles
. |
ListEnvironmentProfilesRequest.Builder |
name(String name)
|
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. |
ListEnvironmentProfilesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEnvironmentProfilesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEnvironmentProfilesRequest.Builder |
projectIdentifier(String projectIdentifier)
The identifier of the Amazon DataZone project.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentProfilesRequest.Builder awsAccountId(String awsAccountId)
The identifier of the Amazon Web Services account where you want to list environment profiles.
awsAccountId - The identifier of the Amazon Web Services account where you want to list environment profiles.ListEnvironmentProfilesRequest.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where you want to list environment profiles.
awsAccountRegion - The Amazon Web Services region where you want to list environment profiles.ListEnvironmentProfilesRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier - The identifier of the Amazon DataZone domain.ListEnvironmentProfilesRequest.Builder environmentBlueprintIdentifier(String environmentBlueprintIdentifier)
The identifier of the blueprint that was used to create the environment profiles that you want to list.
environmentBlueprintIdentifier - The identifier of the blueprint that was used to create the environment profiles that you want to
list.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.
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.ListEnvironmentProfilesRequest.Builder name(String name)
name - 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.
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.ListEnvironmentProfilesRequest.Builder projectIdentifier(String projectIdentifier)
The identifier of the Amazon DataZone project.
projectIdentifier - The identifier of the Amazon DataZone project.ListEnvironmentProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEnvironmentProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.