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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
approverProjectIdThe 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.
 
- 
domainIdentifierThe 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.
 
- 
maxResultsThe 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 to- ListSubscriptions. When the number of subscriptions to be listed is greater than the value of- MaxResults, the response contains a- NextTokenvalue that you can use in a subsequent call to- ListSubscriptionsto list the next set of Subscriptions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenWhen 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 the- MaxResultsparameter, or if you explicitly specify a value for- MaxResultsthat is less than the number of subscriptions, the response includes a pagination token named- NextToken. You can specify this- NextTokenvalue in a subsequent call to- ListSubscriptionsto list the next set of subscriptions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
owningProjectIdThe 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.
 
- 
sortBySpecifies 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:
 
- 
sortBySpecifies 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:
 
- 
sortOrderSpecifies 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:
 
- 
sortOrderSpecifies 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:
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
subscribedListingIdThe 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.
 
- 
subscriptionRequestIdentifierListSubscriptionsRequest.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.
 
- 
overrideConfigurationListSubscriptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListSubscriptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-