Interface ListAssetInstancesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAssetInstancesRequest.Builder,,ListAssetInstancesRequest> OutpostsRequest.Builder,SdkBuilder<ListAssetInstancesRequest.Builder,,ListAssetInstancesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAssetInstancesRequest
@Mutable
@NotThreadSafe
public static interface ListAssetInstancesRequest.Builder
extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListAssetInstancesRequest.Builder,ListAssetInstancesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaccountIdFilter(String... accountIdFilter) Filters the results by account ID.accountIdFilter(Collection<String> accountIdFilter) Filters the results by account ID.assetIdFilter(String... assetIdFilter) Filters the results by asset ID.assetIdFilter(Collection<String> assetIdFilter) Filters the results by asset ID.awsServiceFilter(Collection<AWSServiceName> awsServiceFilter) Filters the results by Amazon Web Services service.awsServiceFilter(AWSServiceName... awsServiceFilter) Filters the results by Amazon Web Services service.awsServiceFilterWithStrings(String... awsServiceFilter) Filters the results by Amazon Web Services service.awsServiceFilterWithStrings(Collection<String> awsServiceFilter) Filters the results by Amazon Web Services service.instanceTypeFilter(String... instanceTypeFilter) Filters the results by instance ID.instanceTypeFilter(Collection<String> instanceTypeFilter) Filters the results by instance ID.maxResults(Integer maxResults) Sets the value of the MaxResults property for this object.Sets the value of the NextToken property for this object.outpostIdentifier(String outpostIdentifier) The ID of the Outpost.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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.services.outposts.model.OutpostsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
outpostIdentifier
The ID of the Outpost.
- Parameters:
outpostIdentifier- The ID of the Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetIdFilter
Filters the results by asset ID.
- Parameters:
assetIdFilter- Filters the results by asset ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetIdFilter
Filters the results by asset ID.
- Parameters:
assetIdFilter- Filters the results by asset ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypeFilter
Filters the results by instance ID.
- Parameters:
instanceTypeFilter- Filters the results by instance ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypeFilter
Filters the results by instance ID.
- Parameters:
instanceTypeFilter- Filters the results by instance ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIdFilter
Filters the results by account ID.
- Parameters:
accountIdFilter- Filters the results by account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIdFilter
Filters the results by account ID.
- Parameters:
accountIdFilter- Filters the results by account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsServiceFilterWithStrings
Filters the results by Amazon Web Services service.
- Parameters:
awsServiceFilter- Filters the results by Amazon Web Services service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsServiceFilterWithStrings
Filters the results by Amazon Web Services service.
- Parameters:
awsServiceFilter- Filters the results by Amazon Web Services service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsServiceFilter
Filters the results by Amazon Web Services service.
- Parameters:
awsServiceFilter- Filters the results by Amazon Web Services service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsServiceFilter
Filters the results by Amazon Web Services service.
- Parameters:
awsServiceFilter- Filters the results by Amazon Web Services service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAssetInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssetInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-