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