Interface ListEnvironmentBlueprintConfigurationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEnvironmentBlueprintConfigurationsRequest.Builder,ListEnvironmentBlueprintConfigurationsRequest>,DataZoneRequest.Builder,SdkBuilder<ListEnvironmentBlueprintConfigurationsRequest.Builder,ListEnvironmentBlueprintConfigurationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEnvironmentBlueprintConfigurationsRequest
public static interface ListEnvironmentBlueprintConfigurationsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentBlueprintConfigurationsRequest.Builder,ListEnvironmentBlueprintConfigurationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEnvironmentBlueprintConfigurationsRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain.ListEnvironmentBlueprintConfigurationsRequest.BuildermaxResults(Integer maxResults)The maximum number of blueprint configurations to return in a single call toListEnvironmentBlueprintConfigurations.ListEnvironmentBlueprintConfigurationsRequest.BuildernextToken(String nextToken)When the number of blueprint configurations is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of configurations, the response includes a pagination token namedNextToken.ListEnvironmentBlueprintConfigurationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEnvironmentBlueprintConfigurationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
domainIdentifier
ListEnvironmentBlueprintConfigurationsRequest.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.
-
maxResults
ListEnvironmentBlueprintConfigurationsRequest.Builder maxResults(Integer maxResults)
The maximum number of blueprint configurations to return in a single call to
ListEnvironmentBlueprintConfigurations. When the number of configurations to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListEnvironmentBlueprintConfigurationsto list the next set of configurations.- Parameters:
maxResults- The maximum number of blueprint configurations to return in a single call toListEnvironmentBlueprintConfigurations. When the number of configurations to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListEnvironmentBlueprintConfigurationsto list the next set of configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEnvironmentBlueprintConfigurationsRequest.Builder nextToken(String nextToken)
When the number of blueprint configurations is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of configurations, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentBlueprintConfigurationsto list the next set of configurations.- Parameters:
nextToken- When the number of blueprint configurations is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of configurations, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentBlueprintConfigurationsto list the next set of configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEnvironmentBlueprintConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEnvironmentBlueprintConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-