Interface ListAssetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAssetsRequest.Builder,ListAssetsRequest>,OutpostsRequest.Builder,SdkBuilder<ListAssetsRequest.Builder,ListAssetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAssetsRequest
public static interface ListAssetsRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListAssetsRequest.Builder,ListAssetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssetsRequest.BuilderhostIdFilter(String... hostIdFilter)Filters the results by the host ID of a Dedicated Host.ListAssetsRequest.BuilderhostIdFilter(Collection<String> hostIdFilter)Filters the results by the host ID of a Dedicated Host.ListAssetsRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListAssetsRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListAssetsRequest.BuilderoutpostIdentifier(String outpostIdentifier)The ID or the Amazon Resource Name (ARN) of the Outpost.ListAssetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssetsRequest.BuilderstatusFilter(Collection<AssetState> statusFilter)Filters the results by state.ListAssetsRequest.BuilderstatusFilter(AssetState... statusFilter)Filters the results by state.ListAssetsRequest.BuilderstatusFilterWithStrings(String... statusFilter)Filters the results by state.ListAssetsRequest.BuilderstatusFilterWithStrings(Collection<String> statusFilter)Filters the results by state.-
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.outposts.model.OutpostsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
outpostIdentifier
ListAssetsRequest.Builder outpostIdentifier(String 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
ListAssetsRequest.Builder hostIdFilter(Collection<String> 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
ListAssetsRequest.Builder hostIdFilter(String... 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
ListAssetsRequest.Builder maxResults(Integer 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
ListAssetsRequest.Builder nextToken(String 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
ListAssetsRequest.Builder statusFilterWithStrings(Collection<String> 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.
-
statusFilterWithStrings
ListAssetsRequest.Builder statusFilterWithStrings(String... 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
ListAssetsRequest.Builder statusFilter(Collection<AssetState> 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
ListAssetsRequest.Builder statusFilter(AssetState... 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.
-
overrideConfiguration
ListAssetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-