Interface ListReceivedDataGrantsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListReceivedDataGrantsRequest.Builder,ListReceivedDataGrantsRequest>,DataExchangeRequest.Builder,SdkBuilder<ListReceivedDataGrantsRequest.Builder,ListReceivedDataGrantsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListReceivedDataGrantsRequest
public static interface ListReceivedDataGrantsRequest.Builder extends DataExchangeRequest.Builder, SdkPojo, CopyableBuilder<ListReceivedDataGrantsRequest.Builder,ListReceivedDataGrantsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dataexchange.model.DataExchangeRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListReceivedDataGrantsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be included in the next page.
- Parameters:
maxResults- The maximum number of results to be included in the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListReceivedDataGrantsRequest.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
- Parameters:
nextToken- The pagination token used to retrieve the next page of results for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acceptanceStateWithStrings
ListReceivedDataGrantsRequest.Builder acceptanceStateWithStrings(Collection<String> acceptanceState)
The acceptance state of the data grants to list.
- Parameters:
acceptanceState- The acceptance state of the data grants to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acceptanceStateWithStrings
ListReceivedDataGrantsRequest.Builder acceptanceStateWithStrings(String... acceptanceState)
The acceptance state of the data grants to list.
- Parameters:
acceptanceState- The acceptance state of the data grants to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acceptanceState
ListReceivedDataGrantsRequest.Builder acceptanceState(Collection<AcceptanceStateFilterValue> acceptanceState)
The acceptance state of the data grants to list.
- Parameters:
acceptanceState- The acceptance state of the data grants to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acceptanceState
ListReceivedDataGrantsRequest.Builder acceptanceState(AcceptanceStateFilterValue... acceptanceState)
The acceptance state of the data grants to list.
- Parameters:
acceptanceState- The acceptance state of the data grants to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListReceivedDataGrantsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListReceivedDataGrantsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-