public static interface DescribeFastLaunchImagesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeFastLaunchImagesRequest.Builder,DescribeFastLaunchImagesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFastLaunchImagesRequest.Builder imageIds(Collection<String> imageIds)
Details for one or more Windows AMI image IDs.
imageIds - Details for one or more Windows AMI image IDs.DescribeFastLaunchImagesRequest.Builder imageIds(String... imageIds)
Details for one or more Windows AMI image IDs.
imageIds - Details for one or more Windows AMI image IDs.DescribeFastLaunchImagesRequest.Builder filters(Collection<Filter> filters)
Use the following filters to streamline results.
resource-type - The resource type for pre-provisioning.
launch-template - The launch template that is associated with the pre-provisioned Windows AMI.
owner-id - The owner ID for the pre-provisioning resource.
state - The current state of fast launching for the Windows AMI.
filters - Use the following filters to streamline results.
resource-type - The resource type for pre-provisioning.
launch-template - The launch template that is associated with the pre-provisioned Windows
AMI.
owner-id - The owner ID for the pre-provisioning resource.
state - The current state of fast launching for the Windows AMI.
DescribeFastLaunchImagesRequest.Builder filters(Filter... filters)
Use the following filters to streamline results.
resource-type - The resource type for pre-provisioning.
launch-template - The launch template that is associated with the pre-provisioned Windows AMI.
owner-id - The owner ID for the pre-provisioning resource.
state - The current state of fast launching for the Windows AMI.
filters - Use the following filters to streamline results.
resource-type - The resource type for pre-provisioning.
launch-template - The launch template that is associated with the pre-provisioned Windows
AMI.
owner-id - The owner ID for the pre-provisioning resource.
state - The current state of fast launching for the Windows AMI.
DescribeFastLaunchImagesRequest.Builder filters(Consumer<Filter.Builder>... filters)
Use the following filters to streamline results.
resource-type - The resource type for pre-provisioning.
launch-template - The launch template that is associated with the pre-provisioned Windows AMI.
owner-id - The owner ID for the pre-provisioning resource.
state - The current state of fast launching for the Windows AMI.
Filter.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on Filter.Builder#filters(java.util.Collection) DescribeFastLaunchImagesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value. If this parameter is not specified, then all results are returned.
maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make
another request with the returned NextToken value. If this parameter is not specified, then all
results are returned.DescribeFastLaunchImagesRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.DescribeFastLaunchImagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFastLaunchImagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.