public static interface UpdateSubscriptionTargetResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateSubscriptionTargetResponse.Builder,UpdateSubscriptionTargetResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateSubscriptionTargetResponse.Builder |
applicableAssetTypes(Collection<String> applicableAssetTypes)
The applicable asset types to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResponse.Builder |
applicableAssetTypes(String... applicableAssetTypes)
The applicable asset types to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResponse.Builder |
authorizedPrincipals(Collection<String> authorizedPrincipals)
The authorized principals to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResponse.Builder |
authorizedPrincipals(String... authorizedPrincipals)
The authorized principals to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when a subscription target was created.
|
UpdateSubscriptionTargetResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the subscription target.
|
UpdateSubscriptionTargetResponse.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
|
UpdateSubscriptionTargetResponse.Builder |
environmentId(String environmentId)
The identifier of the environment in which a subscription target is to be updated.
|
UpdateSubscriptionTargetResponse.Builder |
id(String id)
Identifier of the subscription target that is to be updated.
|
UpdateSubscriptionTargetResponse.Builder |
manageAccessRole(String manageAccessRole)
The manage access role to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResponse.Builder |
name(String name)
The name to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResponse.Builder |
projectId(String projectId)
The identifier of the project in which a subscription target is to be updated.
|
UpdateSubscriptionTargetResponse.Builder |
provider(String provider)
The provider to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResponse.Builder |
subscriptionTargetConfig(Collection<SubscriptionTargetForm> subscriptionTargetConfig)
The configuration to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResponse.Builder |
subscriptionTargetConfig(Consumer<SubscriptionTargetForm.Builder>... subscriptionTargetConfig)
The configuration to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResponse.Builder |
subscriptionTargetConfig(SubscriptionTargetForm... subscriptionTargetConfig)
The configuration to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResponse.Builder |
type(String type)
The type to be updated as part of the
UpdateSubscriptionTarget action. |
UpdateSubscriptionTargetResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the subscription target was updated.
|
UpdateSubscriptionTargetResponse.Builder |
updatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription target.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSubscriptionTargetResponse.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.UpdateSubscriptionTargetResponse.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.UpdateSubscriptionTargetResponse.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.UpdateSubscriptionTargetResponse.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.UpdateSubscriptionTargetResponse.Builder createdAt(Instant createdAt)
The timestamp of when a subscription target was created.
createdAt - The timestamp of when a subscription target was created.UpdateSubscriptionTargetResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created the subscription target.
createdBy - The Amazon DataZone user who created the subscription target.UpdateSubscriptionTargetResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
domainId - The identifier of the Amazon DataZone domain in which a subscription target is to be updated.UpdateSubscriptionTargetResponse.Builder environmentId(String environmentId)
The identifier of the environment in which a subscription target is to be updated.
environmentId - The identifier of the environment in which a subscription target is to be updated.UpdateSubscriptionTargetResponse.Builder id(String id)
Identifier of the subscription target that is to be updated.
id - Identifier of the subscription target that is to be updated.UpdateSubscriptionTargetResponse.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.UpdateSubscriptionTargetResponse.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.UpdateSubscriptionTargetResponse.Builder projectId(String projectId)
The identifier of the project in which a subscription target is to be updated.
projectId - The identifier of the project in which a subscription target is to be updated.UpdateSubscriptionTargetResponse.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.UpdateSubscriptionTargetResponse.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.UpdateSubscriptionTargetResponse.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.UpdateSubscriptionTargetResponse.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) UpdateSubscriptionTargetResponse.Builder type(String type)
The type to be updated as part of the UpdateSubscriptionTarget action.
type - The type to be updated as part of the UpdateSubscriptionTarget action.UpdateSubscriptionTargetResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the subscription target was updated.
updatedAt - The timestamp of when the subscription target was updated.UpdateSubscriptionTargetResponse.Builder updatedBy(String updatedBy)
The Amazon DataZone user who updated the subscription target.
updatedBy - The Amazon DataZone user who updated the subscription target.Copyright © 2023. All rights reserved.