Interface GetEnvironmentBlueprintConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetEnvironmentBlueprintConfigurationRequest.Builder,GetEnvironmentBlueprintConfigurationRequest>,DataZoneRequest.Builder,SdkBuilder<GetEnvironmentBlueprintConfigurationRequest.Builder,GetEnvironmentBlueprintConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetEnvironmentBlueprintConfigurationRequest
public static interface GetEnvironmentBlueprintConfigurationRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<GetEnvironmentBlueprintConfigurationRequest.Builder,GetEnvironmentBlueprintConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEnvironmentBlueprintConfigurationRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain where this blueprint exists.GetEnvironmentBlueprintConfigurationRequest.BuilderenvironmentBlueprintIdentifier(String environmentBlueprintIdentifier)He ID of the blueprint.GetEnvironmentBlueprintConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEnvironmentBlueprintConfigurationRequest.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
GetEnvironmentBlueprintConfigurationRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where this blueprint exists.
- Parameters:
domainIdentifier- The ID of the Amazon DataZone domain where this blueprint exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentBlueprintIdentifier
GetEnvironmentBlueprintConfigurationRequest.Builder environmentBlueprintIdentifier(String environmentBlueprintIdentifier)
He ID of the blueprint.
- Parameters:
environmentBlueprintIdentifier- He ID of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetEnvironmentBlueprintConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetEnvironmentBlueprintConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-