public static interface UpdateSubscriptionGrantStatusRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateSubscriptionGrantStatusRequest.Builder,UpdateSubscriptionGrantStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSubscriptionGrantStatusRequest.Builder |
assetIdentifier(String assetIdentifier)
The identifier of the asset the subscription grant status of which is to be updated.
|
UpdateSubscriptionGrantStatusRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
|
default UpdateSubscriptionGrantStatusRequest.Builder |
failureCause(Consumer<FailureCause.Builder> failureCause)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
UpdateSubscriptionGrantStatusRequest.Builder |
failureCause(FailureCause failureCause)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
UpdateSubscriptionGrantStatusRequest.Builder |
identifier(String identifier)
The identifier of the subscription grant the status of which is to be updated.
|
UpdateSubscriptionGrantStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSubscriptionGrantStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSubscriptionGrantStatusRequest.Builder |
status(String status)
The status to be updated as part of the
UpdateSubscriptionGrantStatus action. |
UpdateSubscriptionGrantStatusRequest.Builder |
status(SubscriptionGrantStatus status)
The status to be updated as part of the
UpdateSubscriptionGrantStatus action. |
UpdateSubscriptionGrantStatusRequest.Builder |
targetName(String targetName)
The target name to be updated as part of the
UpdateSubscriptionGrantStatus action. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSubscriptionGrantStatusRequest.Builder assetIdentifier(String assetIdentifier)
The identifier of the asset the subscription grant status of which is to be updated.
assetIdentifier - The identifier of the asset the subscription grant status of which is to be updated.UpdateSubscriptionGrantStatusRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
domainIdentifier - The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.UpdateSubscriptionGrantStatusRequest.Builder failureCause(FailureCause failureCause)
Specifies the error message that is returned if the operation cannot be successfully completed.
failureCause - Specifies the error message that is returned if the operation cannot be successfully completed.default UpdateSubscriptionGrantStatusRequest.Builder failureCause(Consumer<FailureCause.Builder> failureCause)
Specifies the error message that is returned if the operation cannot be successfully completed.
This is a convenience method that creates an instance of theFailureCause.Builder avoiding the need
to create one manually via FailureCause.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to failureCause(FailureCause).
failureCause - a consumer that will call methods on FailureCause.BuilderfailureCause(FailureCause)UpdateSubscriptionGrantStatusRequest.Builder identifier(String identifier)
The identifier of the subscription grant the status of which is to be updated.
identifier - The identifier of the subscription grant the status of which is to be updated.UpdateSubscriptionGrantStatusRequest.Builder status(String status)
The status to be updated as part of the UpdateSubscriptionGrantStatus action.
status - The status to be updated as part of the UpdateSubscriptionGrantStatus action.SubscriptionGrantStatus,
SubscriptionGrantStatusUpdateSubscriptionGrantStatusRequest.Builder status(SubscriptionGrantStatus status)
The status to be updated as part of the UpdateSubscriptionGrantStatus action.
status - The status to be updated as part of the UpdateSubscriptionGrantStatus action.SubscriptionGrantStatus,
SubscriptionGrantStatusUpdateSubscriptionGrantStatusRequest.Builder targetName(String targetName)
The target name to be updated as part of the UpdateSubscriptionGrantStatus action.
targetName - The target name to be updated as part of the UpdateSubscriptionGrantStatus action.UpdateSubscriptionGrantStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSubscriptionGrantStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.