Interface ListConnectorsV2Request.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListConnectorsV2Request.Builder,
,ListConnectorsV2Request> SdkBuilder<ListConnectorsV2Request.Builder,
,ListConnectorsV2Request> SdkPojo
,SdkRequest.Builder
,SecurityHubRequest.Builder
- Enclosing class:
ListConnectorsV2Request
@Mutable
@NotThreadSafe
public static interface ListConnectorsV2Request.Builder
extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<ListConnectorsV2Request.Builder,ListConnectorsV2Request>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorStatus
(String connectorStatus) The status for the connectorV2.connectorStatus
(ConnectorStatus connectorStatus) The status for the connectorV2.maxResults
(Integer maxResults) The maximum number of results to be returned.The pagination token per the Amazon Web Services Pagination standardoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.providerName
(String providerName) The name of the third-party provider.providerName
(ConnectorProviderName providerName) The name of the third-party provider.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.securityhub.model.SecurityHubRequest.Builder
build
-
Method Details
-
nextToken
The pagination token per the Amazon Web Services Pagination standard
- Parameters:
nextToken
- The pagination token per the Amazon Web Services Pagination standard- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to be returned.
- Parameters:
maxResults
- The maximum number of results to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerName
The name of the third-party provider.
- Parameters:
providerName
- The name of the third-party provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
providerName
The name of the third-party provider.
- Parameters:
providerName
- The name of the third-party provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectorStatus
The status for the connectorV2.
- Parameters:
connectorStatus
- The status for the connectorV2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectorStatus
The status for the connectorV2.
- Parameters:
connectorStatus
- The status for the connectorV2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListConnectorsV2Request.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
ListConnectorsV2Request.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.
-