Interface UpdateSubscriptionTargetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSubscriptionTargetRequest.Builder,UpdateSubscriptionTargetRequest>,DataZoneRequest.Builder,SdkBuilder<UpdateSubscriptionTargetRequest.Builder,UpdateSubscriptionTargetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSubscriptionTargetRequest
public static interface UpdateSubscriptionTargetRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateSubscriptionTargetRequest.Builder,UpdateSubscriptionTargetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSubscriptionTargetRequest.BuilderapplicableAssetTypes(String... applicableAssetTypes)The applicable asset types to be updated as part of theUpdateSubscriptionTargetaction.UpdateSubscriptionTargetRequest.BuilderapplicableAssetTypes(Collection<String> applicableAssetTypes)The applicable asset types to be updated as part of theUpdateSubscriptionTargetaction.UpdateSubscriptionTargetRequest.BuilderauthorizedPrincipals(String... authorizedPrincipals)The authorized principals to be updated as part of theUpdateSubscriptionTargetaction.UpdateSubscriptionTargetRequest.BuilderauthorizedPrincipals(Collection<String> authorizedPrincipals)The authorized principals to be updated as part of theUpdateSubscriptionTargetaction.UpdateSubscriptionTargetRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain in which a subscription target is to be updated.UpdateSubscriptionTargetRequest.BuilderenvironmentIdentifier(String environmentIdentifier)The identifier of the environment in which a subscription target is to be updated.UpdateSubscriptionTargetRequest.Builderidentifier(String identifier)Identifier of the subscription target that is to be updated.UpdateSubscriptionTargetRequest.BuildermanageAccessRole(String manageAccessRole)The manage access role to be updated as part of theUpdateSubscriptionTargetaction.UpdateSubscriptionTargetRequest.Buildername(String name)The name to be updated as part of theUpdateSubscriptionTargetaction.UpdateSubscriptionTargetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSubscriptionTargetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSubscriptionTargetRequest.Builderprovider(String provider)The provider to be updated as part of theUpdateSubscriptionTargetaction.UpdateSubscriptionTargetRequest.BuildersubscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)The configuration to be updated as part of theUpdateSubscriptionTargetaction.UpdateSubscriptionTargetRequest.BuildersubscriptionTargetConfig(Consumer<SubscriptionTargetForm.Builder>... subscriptionTargetConfig)The configuration to be updated as part of theUpdateSubscriptionTargetaction.UpdateSubscriptionTargetRequest.BuildersubscriptionTargetConfig(SubscriptionTargetForm... subscriptionTargetConfig)The configuration to be updated as part of theUpdateSubscriptionTargetaction.-
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
UpdateSubscriptionTargetRequest.Builder applicableAssetTypes(Collection<String> applicableAssetTypes)
The applicable asset types to be updated as part of the
UpdateSubscriptionTargetaction.- Parameters:
applicableAssetTypes- The applicable asset types to be updated as part of theUpdateSubscriptionTargetaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicableAssetTypes
UpdateSubscriptionTargetRequest.Builder applicableAssetTypes(String... applicableAssetTypes)
The applicable asset types to be updated as part of the
UpdateSubscriptionTargetaction.- Parameters:
applicableAssetTypes- The applicable asset types to be updated as part of theUpdateSubscriptionTargetaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedPrincipals
UpdateSubscriptionTargetRequest.Builder authorizedPrincipals(Collection<String> authorizedPrincipals)
The authorized principals to be updated as part of the
UpdateSubscriptionTargetaction.- Parameters:
authorizedPrincipals- The authorized principals to be updated as part of theUpdateSubscriptionTargetaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedPrincipals
UpdateSubscriptionTargetRequest.Builder authorizedPrincipals(String... authorizedPrincipals)
The authorized principals to be updated as part of the
UpdateSubscriptionTargetaction.- Parameters:
authorizedPrincipals- The authorized principals to be updated as part of theUpdateSubscriptionTargetaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
UpdateSubscriptionTargetRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
- Parameters:
domainIdentifier- The identifier of the Amazon DataZone domain in which a subscription target is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentIdentifier
UpdateSubscriptionTargetRequest.Builder environmentIdentifier(String environmentIdentifier)
The identifier of the environment in which a subscription target is to be updated.
- Parameters:
environmentIdentifier- The identifier of the environment in which a subscription target is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
UpdateSubscriptionTargetRequest.Builder identifier(String identifier)
Identifier of the subscription target that is to be updated.
- Parameters:
identifier- Identifier of the subscription target that is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manageAccessRole
UpdateSubscriptionTargetRequest.Builder manageAccessRole(String manageAccessRole)
The manage access role to be updated as part of the
UpdateSubscriptionTargetaction.- Parameters:
manageAccessRole- The manage access role to be updated as part of theUpdateSubscriptionTargetaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateSubscriptionTargetRequest.Builder name(String name)
The name to be updated as part of the
UpdateSubscriptionTargetaction.- Parameters:
name- The name to be updated as part of theUpdateSubscriptionTargetaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
UpdateSubscriptionTargetRequest.Builder provider(String provider)
The provider to be updated as part of the
UpdateSubscriptionTargetaction.- Parameters:
provider- The provider to be updated as part of theUpdateSubscriptionTargetaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionTargetConfig
UpdateSubscriptionTargetRequest.Builder subscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)
The configuration to be updated as part of the
UpdateSubscriptionTargetaction.- Parameters:
subscriptionTargetConfig- The configuration to be updated as part of theUpdateSubscriptionTargetaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionTargetConfig
UpdateSubscriptionTargetRequest.Builder subscriptionTargetConfig(SubscriptionTargetForm... subscriptionTargetConfig)
The configuration to be updated as part of the
UpdateSubscriptionTargetaction.- Parameters:
subscriptionTargetConfig- The configuration to be updated as part of theUpdateSubscriptionTargetaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionTargetConfig
UpdateSubscriptionTargetRequest.Builder subscriptionTargetConfig(Consumer<SubscriptionTargetForm.Builder>... subscriptionTargetConfig)
The configuration to be updated as part of the
This is a convenience method that creates an instance of theUpdateSubscriptionTargetaction.SubscriptionTargetForm.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)
-
overrideConfiguration
UpdateSubscriptionTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSubscriptionTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-