Interface ListAssetsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAssetsRequest.Builder,,ListAssetsRequest> OutpostsRequest.Builder,SdkBuilder<ListAssetsRequest.Builder,,ListAssetsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAssetsRequest
-
Method Summary
Modifier and TypeMethodDescriptionassetTypeFilter(Collection<AssetType> assetTypeFilter) Filters the results by asset type.assetTypeFilter(AssetType... assetTypeFilter) Filters the results by asset type.assetTypeFilterWithStrings(String... assetTypeFilter) Filters the results by asset type.assetTypeFilterWithStrings(Collection<String> assetTypeFilter) Filters the results by asset type.hostIdFilter(String... hostIdFilter) Filters the results by the host ID of a Dedicated Host.hostIdFilter(Collection<String> hostIdFilter) Filters the results by the host ID of a Dedicated Host.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 or the Amazon Resource Name (ARN) of the Outpost.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) statusFilter(Collection<AssetState> statusFilter) Filters the results by state.statusFilter(AssetState... statusFilter) Filters the results by state.statusFilterWithStrings(String... statusFilter) Filters the results by state.statusFilterWithStrings(Collection<String> statusFilter) Filters the results by state.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 or the Amazon Resource Name (ARN) of the Outpost.
- Parameters:
outpostIdentifier- The ID or the Amazon Resource Name (ARN) of the Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostIdFilter
Filters the results by the host ID of a Dedicated Host.
- Parameters:
hostIdFilter- Filters the results by the host ID of a Dedicated Host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostIdFilter
Filters the results by the host ID of a Dedicated Host.
- Parameters:
hostIdFilter- Filters the results by the host ID of a Dedicated Host.- 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.
-
statusFilterWithStrings
Filters the results by state.
- Parameters:
statusFilter- Filters the results by state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusFilterWithStrings
Filters the results by state.
- Parameters:
statusFilter- Filters the results by state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusFilter
Filters the results by state.
- Parameters:
statusFilter- Filters the results by state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusFilter
Filters the results by state.
- Parameters:
statusFilter- Filters the results by state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetTypeFilterWithStrings
Filters the results by asset type.
-
COMPUTE - Server asset used for customer compute
-
STORAGE - Server asset used by storage services
-
POWERSHELF - Powershelf assets
-
SWITCH - Switch assets
-
NETWORKING - Asset managed by Amazon Web Services for networking purposes
- Parameters:
assetTypeFilter- Filters the results by asset type.-
COMPUTE - Server asset used for customer compute
-
STORAGE - Server asset used by storage services
-
POWERSHELF - Powershelf assets
-
SWITCH - Switch assets
-
NETWORKING - Asset managed by Amazon Web Services for networking purposes
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
assetTypeFilterWithStrings
Filters the results by asset type.
-
COMPUTE - Server asset used for customer compute
-
STORAGE - Server asset used by storage services
-
POWERSHELF - Powershelf assets
-
SWITCH - Switch assets
-
NETWORKING - Asset managed by Amazon Web Services for networking purposes
- Parameters:
assetTypeFilter- Filters the results by asset type.-
COMPUTE - Server asset used for customer compute
-
STORAGE - Server asset used by storage services
-
POWERSHELF - Powershelf assets
-
SWITCH - Switch assets
-
NETWORKING - Asset managed by Amazon Web Services for networking purposes
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
assetTypeFilter
Filters the results by asset type.
-
COMPUTE - Server asset used for customer compute
-
STORAGE - Server asset used by storage services
-
POWERSHELF - Powershelf assets
-
SWITCH - Switch assets
-
NETWORKING - Asset managed by Amazon Web Services for networking purposes
- Parameters:
assetTypeFilter- Filters the results by asset type.-
COMPUTE - Server asset used for customer compute
-
STORAGE - Server asset used by storage services
-
POWERSHELF - Powershelf assets
-
SWITCH - Switch assets
-
NETWORKING - Asset managed by Amazon Web Services for networking purposes
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
assetTypeFilter
Filters the results by asset type.
-
COMPUTE - Server asset used for customer compute
-
STORAGE - Server asset used by storage services
-
POWERSHELF - Powershelf assets
-
SWITCH - Switch assets
-
NETWORKING - Asset managed by Amazon Web Services for networking purposes
- Parameters:
assetTypeFilter- Filters the results by asset type.-
COMPUTE - Server asset used for customer compute
-
STORAGE - Server asset used by storage services
-
POWERSHELF - Powershelf assets
-
SWITCH - Switch assets
-
NETWORKING - Asset managed by Amazon Web Services for networking purposes
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
ListAssetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-