Interface ListAccessorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAccessorsRequest.Builder,ListAccessorsRequest>,ManagedBlockchainRequest.Builder,SdkBuilder<ListAccessorsRequest.Builder,ListAccessorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAccessorsRequest
public static interface ListAccessorsRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<ListAccessorsRequest.Builder,ListAccessorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccessorsRequest.BuildermaxResults(Integer maxResults)The maximum number of accessors to list.ListAccessorsRequest.BuildernetworkType(String networkType)The blockchain network that theAccessortoken is created for.ListAccessorsRequest.BuildernetworkType(AccessorNetworkType networkType)The blockchain network that theAccessortoken is created for.ListAccessorsRequest.BuildernextToken(String nextToken)The pagination token that indicates the next set of results to retrieve.ListAccessorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccessorsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.managedblockchain.model.ManagedBlockchainRequest.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
ListAccessorsRequest.Builder maxResults(Integer maxResults)
The maximum number of accessors to list.
- Parameters:
maxResults- The maximum number of accessors to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAccessorsRequest.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
- Parameters:
nextToken- The pagination token that indicates the next set of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkType
ListAccessorsRequest.Builder networkType(String networkType)
The blockchain network that the
Accessortoken is created for.Use the value
ETHEREUM_MAINNET_AND_GOERLIfor all existingAccessorstokens that were created before thenetworkTypeproperty was introduced.- Parameters:
networkType- The blockchain network that theAccessortoken is created for.Use the value
ETHEREUM_MAINNET_AND_GOERLIfor all existingAccessorstokens that were created before thenetworkTypeproperty was introduced.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessorNetworkType,AccessorNetworkType
-
networkType
ListAccessorsRequest.Builder networkType(AccessorNetworkType networkType)
The blockchain network that the
Accessortoken is created for.Use the value
ETHEREUM_MAINNET_AND_GOERLIfor all existingAccessorstokens that were created before thenetworkTypeproperty was introduced.- Parameters:
networkType- The blockchain network that theAccessortoken is created for.Use the value
ETHEREUM_MAINNET_AND_GOERLIfor all existingAccessorstokens that were created before thenetworkTypeproperty was introduced.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessorNetworkType,AccessorNetworkType
-
overrideConfiguration
ListAccessorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAccessorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-