Interface ListSubscriptionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSubscriptionsRequest.Builder,,ListSubscriptionsRequest> DataZoneRequest.Builder,SdkBuilder<ListSubscriptionsRequest.Builder,,ListSubscriptionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListSubscriptionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionapproverProjectId(String approverProjectId) The identifier of the project for the subscription's approver.domainIdentifier(String domainIdentifier) The identifier of the Amazon DataZone domain.maxResults(Integer maxResults) The maximum number of subscriptions to return in a single call toListSubscriptions.When the number of subscriptions is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscriptions, the response includes a pagination token namedNextToken.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.owningProjectId(String owningProjectId) The identifier of the owning project.Specifies the way in which the results of this action are to be sorted.Specifies the way in which the results of this action are to be sorted.Specifies the sort order for the results of this action.Specifies the sort order for the results of this action.The status of the subscriptions that you want to list.status(SubscriptionStatus status) The status of the subscriptions that you want to list.subscribedListingId(String subscribedListingId) The identifier of the subscribed listing for the subscriptions that you want to list.subscriptionRequestIdentifier(String subscriptionRequestIdentifier) The identifier of the subscription request for the subscriptions that you want to list.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
approverProjectId
The identifier of the project for the subscription's approver.
- Parameters:
approverProjectId- The identifier of the project for the subscription's approver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
The identifier of the Amazon DataZone domain.
- Parameters:
domainIdentifier- The identifier of the Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of subscriptions to return in a single call to
ListSubscriptions. When the number of subscriptions to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListSubscriptionsto list the next set of Subscriptions.- Parameters:
maxResults- The maximum number of subscriptions to return in a single call toListSubscriptions. When the number of subscriptions to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListSubscriptionsto list the next set of Subscriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
When the number of subscriptions is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscriptions, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListSubscriptionsto list the next set of subscriptions.- Parameters:
nextToken- When the number of subscriptions is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscriptions, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListSubscriptionsto list the next set of subscriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectId
The identifier of the owning project.
- Parameters:
owningProjectId- The identifier of the owning project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
Specifies the way in which the results of this action are to be sorted.
- Parameters:
sortBy- Specifies the way in which the results of this action are to be sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Specifies the way in which the results of this action are to be sorted.
- Parameters:
sortBy- Specifies the way in which the results of this action are to be sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Specifies the sort order for the results of this action.
- Parameters:
sortOrder- Specifies the sort order for the results of this action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Specifies the sort order for the results of this action.
- Parameters:
sortOrder- Specifies the sort order for the results of this action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the subscriptions that you want to list.
This is not a required parameter, but if not provided, by default, Amazon DataZone returns only
APPROVEDsubscriptions.- Parameters:
status- The status of the subscriptions that you want to list.This is not a required parameter, but if not provided, by default, Amazon DataZone returns only
APPROVEDsubscriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the subscriptions that you want to list.
This is not a required parameter, but if not provided, by default, Amazon DataZone returns only
APPROVEDsubscriptions.- Parameters:
status- The status of the subscriptions that you want to list.This is not a required parameter, but if not provided, by default, Amazon DataZone returns only
APPROVEDsubscriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subscribedListingId
The identifier of the subscribed listing for the subscriptions that you want to list.
- Parameters:
subscribedListingId- The identifier of the subscribed listing for the subscriptions that you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionRequestIdentifier
ListSubscriptionsRequest.Builder subscriptionRequestIdentifier(String subscriptionRequestIdentifier) The identifier of the subscription request for the subscriptions that you want to list.
- Parameters:
subscriptionRequestIdentifier- The identifier of the subscription request for the subscriptions that you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSubscriptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSubscriptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-