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)
A filter for the host ID of Dedicated Hosts on the Outpost.
|
ListAssetsRequest.Builder |
hostIdFilter(String... hostIdFilter)
A filter for the host ID of Dedicated Hosts on the Outpost.
|
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) |
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)
A filter for the host ID of Dedicated Hosts on the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
hostIdFilter - A filter for the host ID of Dedicated Hosts on the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListAssetsRequest.Builder hostIdFilter(String... hostIdFilter)
A filter for the host ID of Dedicated Hosts on the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
hostIdFilter - A filter for the host ID of Dedicated Hosts on the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAssetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.