Interface ListDataLakeNamespacesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDataLakeNamespacesRequest.Builder,
,ListDataLakeNamespacesRequest> SdkBuilder<ListDataLakeNamespacesRequest.Builder,
,ListDataLakeNamespacesRequest> SdkPojo
,SdkRequest.Builder
,SupplyChainRequest.Builder
- Enclosing class:
ListDataLakeNamespacesRequest
@Mutable
@NotThreadSafe
public static interface ListDataLakeNamespacesRequest.Builder
extends SupplyChainRequest.Builder, SdkPojo, CopyableBuilder<ListDataLakeNamespacesRequest.Builder,ListDataLakeNamespacesRequest>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceId
(String instanceId) The Amazon Web Services Supply Chain instance identifier.maxResults
(Integer maxResults) The max number of namespaces to fetch in this paginated request.The pagination token to fetch next page of namespaces.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.supplychain.model.SupplyChainRequest.Builder
build
-
Method Details
-
instanceId
The Amazon Web Services Supply Chain instance identifier.
- Parameters:
instanceId
- The Amazon Web Services Supply Chain instance identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token to fetch next page of namespaces.
- Parameters:
nextToken
- The pagination token to fetch next page of namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The max number of namespaces to fetch in this paginated request.
- Parameters:
maxResults
- The max number of namespaces to fetch in this paginated request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDataLakeNamespacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDataLakeNamespacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-