Interface ListCloudConnectorsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCloudConnectorsRequest.Builder,,ListCloudConnectorsRequest> SdkBuilder<ListCloudConnectorsRequest.Builder,,ListCloudConnectorsRequest> SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
ListCloudConnectorsRequest
@Mutable
@NotThreadSafe
public static interface ListCloudConnectorsRequest.Builder
extends SsmRequest.Builder, SdkPojo, CopyableBuilder<ListCloudConnectorsRequest.Builder,ListCloudConnectorsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfilters(Collection<CloudConnectorFilter> filters) One or more filters to limit the cloud connectors returned in the response.filters(Consumer<CloudConnectorFilter.Builder>... filters) One or more filters to limit the cloud connectors returned in the response.filters(CloudConnectorFilter... filters) One or more filters to limit the cloud connectors returned in the response.maxResults(Integer maxResults) The maximum number of items to return for this call.The token for the next set of items to return.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
Method Details
-
maxResults
The maximum number of items to return for this call.
- Parameters:
maxResults- The maximum number of items to return for this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
One or more filters to limit the cloud connectors returned in the response.
- Parameters:
filters- One or more filters to limit the cloud connectors returned in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
One or more filters to limit the cloud connectors returned in the response.
- Parameters:
filters- One or more filters to limit the cloud connectors returned in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
One or more filters to limit the cloud connectors returned in the response.
This is a convenience method that creates an instance of theCloudConnectorFilter.Builderavoiding the need to create one manually viaCloudConnectorFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<CloudConnectorFilter>).- Parameters:
filters- a consumer that will call methods onCloudConnectorFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListCloudConnectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListCloudConnectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-