public static interface UpdateSubscriptionTargetRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateSubscriptionTargetRequest.Builder,UpdateSubscriptionTargetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSubscriptionTargetRequest.Builder |
applicableAssetTypes(Collection<String> applicableAssetTypes)
The applicable asset types to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetRequest.Builder |
applicableAssetTypes(String... applicableAssetTypes)
The applicable asset types to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetRequest.Builder |
authorizedPrincipals(Collection<String> authorizedPrincipals)
The authorized principals to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetRequest.Builder |
authorizedPrincipals(String... authorizedPrincipals)
The authorized principals to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
|
UpdateSubscriptionTargetRequest.Builder |
environmentIdentifier(String environmentIdentifier)
The identifier of the environment in which a subscription target is to be updated.
|
UpdateSubscriptionTargetRequest.Builder |
identifier(String identifier)
Identifier of the subscription target that is to be updated.
|
UpdateSubscriptionTargetRequest.Builder |
manageAccessRole(String manageAccessRole)
The manage access role to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetRequest.Builder |
name(String name)
The name to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSubscriptionTargetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSubscriptionTargetRequest.Builder |
provider(String provider)
The provider to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetRequest.Builder |
subscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)
The configuration to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetRequest.Builder |
subscriptionTargetConfig(Consumer<SubscriptionTargetForm.Builder>... subscriptionTargetConfig)
The configuration to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetRequest.Builder |
subscriptionTargetConfig(SubscriptionTargetForm... subscriptionTargetConfig)
The configuration to be updated as part of the
UpdateSubscriptionTarget action. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSubscriptionTargetRequest.Builder applicableAssetTypes(Collection<String> applicableAssetTypes)
The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.
applicableAssetTypes - The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.UpdateSubscriptionTargetRequest.Builder applicableAssetTypes(String... applicableAssetTypes)
The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.
applicableAssetTypes - The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.UpdateSubscriptionTargetRequest.Builder authorizedPrincipals(Collection<String> authorizedPrincipals)
The authorized principals to be updated as part of the UpdateSubscriptionTarget action.
authorizedPrincipals - The authorized principals to be updated as part of the UpdateSubscriptionTarget action.UpdateSubscriptionTargetRequest.Builder authorizedPrincipals(String... authorizedPrincipals)
The authorized principals to be updated as part of the UpdateSubscriptionTarget action.
authorizedPrincipals - The authorized principals to be updated as part of the UpdateSubscriptionTarget action.UpdateSubscriptionTargetRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
domainIdentifier - The identifier of the Amazon DataZone domain in which a subscription target is to be updated.UpdateSubscriptionTargetRequest.Builder environmentIdentifier(String environmentIdentifier)
The identifier of the environment in which a subscription target is to be updated.
environmentIdentifier - The identifier of the environment in which a subscription target is to be updated.UpdateSubscriptionTargetRequest.Builder identifier(String identifier)
Identifier of the subscription target that is to be updated.
identifier - Identifier of the subscription target that is to be updated.UpdateSubscriptionTargetRequest.Builder manageAccessRole(String manageAccessRole)
The manage access role to be updated as part of the UpdateSubscriptionTarget action.
manageAccessRole - The manage access role to be updated as part of the UpdateSubscriptionTarget action.UpdateSubscriptionTargetRequest.Builder name(String name)
The name to be updated as part of the UpdateSubscriptionTarget action.
name - The name to be updated as part of the UpdateSubscriptionTarget action.UpdateSubscriptionTargetRequest.Builder provider(String provider)
The provider to be updated as part of the UpdateSubscriptionTarget action.
provider - The provider to be updated as part of the UpdateSubscriptionTarget action.UpdateSubscriptionTargetRequest.Builder subscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)
The configuration to be updated as part of the UpdateSubscriptionTarget action.
subscriptionTargetConfig - The configuration to be updated as part of the UpdateSubscriptionTarget action.UpdateSubscriptionTargetRequest.Builder subscriptionTargetConfig(SubscriptionTargetForm... subscriptionTargetConfig)
The configuration to be updated as part of the UpdateSubscriptionTarget action.
subscriptionTargetConfig - The configuration to be updated as part of the UpdateSubscriptionTarget action.UpdateSubscriptionTargetRequest.Builder subscriptionTargetConfig(Consumer<SubscriptionTargetForm.Builder>... subscriptionTargetConfig)
The configuration to be updated as part of the UpdateSubscriptionTarget action.
SubscriptionTargetForm.Builder avoiding the need to
create one manually via
SubscriptionTargetForm.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #subscriptionTargetConfig(List.
subscriptionTargetConfig - a consumer that will call methods on
SubscriptionTargetForm.Builder#subscriptionTargetConfig(java.util.Collection) UpdateSubscriptionTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSubscriptionTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.