public static interface ListAssetsRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListAssetsRequest.Builder,ListAssetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAssetsRequest.Builder |
hostIdFilter(Collection<String> hostIdFilter)
Filters the results by the host ID of a Dedicated Host.
|
ListAssetsRequest.Builder |
hostIdFilter(String... hostIdFilter)
Filters the results by the host ID of a Dedicated Host.
|
ListAssetsRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListAssetsRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListAssetsRequest.Builder |
outpostIdentifier(String outpostIdentifier)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
ListAssetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAssetsRequest.Builder |
statusFilter(AssetState... statusFilter)
Filters the results by state.
|
ListAssetsRequest.Builder |
statusFilter(Collection<AssetState> statusFilter)
Filters the results by state.
|
ListAssetsRequest.Builder |
statusFilterWithStrings(Collection<String> statusFilter)
Filters the results by state.
|
ListAssetsRequest.Builder |
statusFilterWithStrings(String... statusFilter)
Filters the results by state.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssetsRequest.Builder outpostIdentifier(String outpostIdentifier)
The ID or the Amazon Resource Name (ARN) of the Outpost.
outpostIdentifier - The ID or the Amazon Resource Name (ARN) of the Outpost.ListAssetsRequest.Builder hostIdFilter(Collection<String> hostIdFilter)
Filters the results by the host ID of a Dedicated Host.
hostIdFilter - Filters the results by the host ID of a Dedicated Host.ListAssetsRequest.Builder hostIdFilter(String... hostIdFilter)
Filters the results by the host ID of a Dedicated Host.
hostIdFilter - Filters the results by the host ID of a Dedicated Host.ListAssetsRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.ListAssetsRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.ListAssetsRequest.Builder statusFilterWithStrings(Collection<String> statusFilter)
Filters the results by state.
statusFilter - Filters the results by state.ListAssetsRequest.Builder statusFilterWithStrings(String... statusFilter)
Filters the results by state.
statusFilter - Filters the results by state.ListAssetsRequest.Builder statusFilter(Collection<AssetState> statusFilter)
Filters the results by state.
statusFilter - Filters the results by state.ListAssetsRequest.Builder statusFilter(AssetState... statusFilter)
Filters the results by state.
statusFilter - Filters the results by state.ListAssetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAssetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.