Interface CreateSubscriptionTargetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSubscriptionTargetRequest.Builder,CreateSubscriptionTargetRequest>,DataZoneRequest.Builder,SdkBuilder<CreateSubscriptionTargetRequest.Builder,CreateSubscriptionTargetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSubscriptionTargetRequest
public static interface CreateSubscriptionTargetRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateSubscriptionTargetRequest.Builder,CreateSubscriptionTargetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSubscriptionTargetRequest.BuilderapplicableAssetTypes(String... applicableAssetTypes)The asset types that can be included in the subscription target.CreateSubscriptionTargetRequest.BuilderapplicableAssetTypes(Collection<String> applicableAssetTypes)The asset types that can be included in the subscription target.CreateSubscriptionTargetRequest.BuilderauthorizedPrincipals(String... authorizedPrincipals)The authorized principals of the subscription target.CreateSubscriptionTargetRequest.BuilderauthorizedPrincipals(Collection<String> authorizedPrincipals)The authorized principals of the subscription target.CreateSubscriptionTargetRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.CreateSubscriptionTargetRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain in which subscription target is created.CreateSubscriptionTargetRequest.BuilderenvironmentIdentifier(String environmentIdentifier)The ID of the environment in which subscription target is created.CreateSubscriptionTargetRequest.BuildermanageAccessRole(String manageAccessRole)The manage access role that is used to create the subscription target.CreateSubscriptionTargetRequest.Buildername(String name)The name of the subscription target.CreateSubscriptionTargetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSubscriptionTargetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSubscriptionTargetRequest.Builderprovider(String provider)The provider of the subscription target.CreateSubscriptionTargetRequest.BuildersubscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)The configuration of the subscription target.CreateSubscriptionTargetRequest.BuildersubscriptionTargetConfig(Consumer<SubscriptionTargetForm.Builder>... subscriptionTargetConfig)The configuration of the subscription target.CreateSubscriptionTargetRequest.BuildersubscriptionTargetConfig(SubscriptionTargetForm... subscriptionTargetConfig)The configuration of the subscription target.CreateSubscriptionTargetRequest.Buildertype(String type)The type of the subscription target.-
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
-
applicableAssetTypes
CreateSubscriptionTargetRequest.Builder applicableAssetTypes(Collection<String> applicableAssetTypes)
The asset types that can be included in the subscription target.
- Parameters:
applicableAssetTypes- The asset types that can be included in the subscription target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicableAssetTypes
CreateSubscriptionTargetRequest.Builder applicableAssetTypes(String... applicableAssetTypes)
The asset types that can be included in the subscription target.
- Parameters:
applicableAssetTypes- The asset types that can be included in the subscription target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedPrincipals
CreateSubscriptionTargetRequest.Builder authorizedPrincipals(Collection<String> authorizedPrincipals)
The authorized principals of the subscription target.
- Parameters:
authorizedPrincipals- The authorized principals of the subscription target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedPrincipals
CreateSubscriptionTargetRequest.Builder authorizedPrincipals(String... authorizedPrincipals)
The authorized principals of the subscription target.
- Parameters:
authorizedPrincipals- The authorized principals of the subscription target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
CreateSubscriptionTargetRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
CreateSubscriptionTargetRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which subscription target is created.
- Parameters:
domainIdentifier- The ID of the Amazon DataZone domain in which subscription target is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentIdentifier
CreateSubscriptionTargetRequest.Builder environmentIdentifier(String environmentIdentifier)
The ID of the environment in which subscription target is created.
- Parameters:
environmentIdentifier- The ID of the environment in which subscription target is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manageAccessRole
CreateSubscriptionTargetRequest.Builder manageAccessRole(String manageAccessRole)
The manage access role that is used to create the subscription target.
- Parameters:
manageAccessRole- The manage access role that is used to create the subscription target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateSubscriptionTargetRequest.Builder name(String name)
The name of the subscription target.
- Parameters:
name- The name of the subscription target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
CreateSubscriptionTargetRequest.Builder provider(String provider)
The provider of the subscription target.
- Parameters:
provider- The provider of the subscription target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionTargetConfig
CreateSubscriptionTargetRequest.Builder subscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)
The configuration of the subscription target.
- Parameters:
subscriptionTargetConfig- The configuration of the subscription target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionTargetConfig
CreateSubscriptionTargetRequest.Builder subscriptionTargetConfig(SubscriptionTargetForm... subscriptionTargetConfig)
The configuration of the subscription target.
- Parameters:
subscriptionTargetConfig- The configuration of the subscription target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionTargetConfig
CreateSubscriptionTargetRequest.Builder subscriptionTargetConfig(Consumer<SubscriptionTargetForm.Builder>... subscriptionTargetConfig)
The configuration of the subscription target.
This is a convenience method that creates an instance of theSubscriptionTargetForm.Builderavoiding the need to create one manually viaSubscriptionTargetForm.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#subscriptionTargetConfig(List.) - Parameters:
subscriptionTargetConfig- a consumer that will call methods onSubscriptionTargetForm.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#subscriptionTargetConfig(java.util.Collection)
-
type
CreateSubscriptionTargetRequest.Builder type(String type)
The type of the subscription target.
- Parameters:
type- The type of the subscription target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateSubscriptionTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSubscriptionTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-