public static interface DescribeInstanceEventWindowsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeInstanceEventWindowsResponse.Builder,DescribeInstanceEventWindowsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceEventWindowsResponse.Builder |
instanceEventWindows(Collection<InstanceEventWindow> instanceEventWindows)
Information about the event windows.
|
DescribeInstanceEventWindowsResponse.Builder |
instanceEventWindows(Consumer<InstanceEventWindow.Builder>... instanceEventWindows)
Information about the event windows.
|
DescribeInstanceEventWindowsResponse.Builder |
instanceEventWindows(InstanceEventWindow... instanceEventWindows)
Information about the event windows.
|
DescribeInstanceEventWindowsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstanceEventWindowsResponse.Builder instanceEventWindows(Collection<InstanceEventWindow> instanceEventWindows)
Information about the event windows.
instanceEventWindows - Information about the event windows.DescribeInstanceEventWindowsResponse.Builder instanceEventWindows(InstanceEventWindow... instanceEventWindows)
Information about the event windows.
instanceEventWindows - Information about the event windows.DescribeInstanceEventWindowsResponse.Builder instanceEventWindows(Consumer<InstanceEventWindow.Builder>... instanceEventWindows)
Information about the event windows.
This is a convenience method that creates an instance of theInstanceEventWindow.Builder avoiding the need to create one
manually via InstanceEventWindow.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #instanceEventWindows(List.
instanceEventWindows - a consumer that will call methods on
InstanceEventWindow.Builder#instanceEventWindows(java.util.Collection) DescribeInstanceEventWindowsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.