public static interface DescribeMaintenanceWindowExecutionTaskInvocationsResponse.Builder extends SSMResponse.Builder, CopyableBuilder<DescribeMaintenanceWindowExecutionTaskInvocationsResponse.Builder,DescribeMaintenanceWindowExecutionTaskInvocationsResponse>
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeMaintenanceWindowExecutionTaskInvocationsResponse.Builder windowExecutionTaskInvocationIdentities(Collection<MaintenanceWindowExecutionTaskInvocationIdentity> windowExecutionTaskInvocationIdentities)
Information about the task invocation results per invocation.
windowExecutionTaskInvocationIdentities - Information about the task invocation results per invocation.DescribeMaintenanceWindowExecutionTaskInvocationsResponse.Builder windowExecutionTaskInvocationIdentities(MaintenanceWindowExecutionTaskInvocationIdentity... windowExecutionTaskInvocationIdentities)
Information about the task invocation results per invocation.
windowExecutionTaskInvocationIdentities - Information about the task invocation results per invocation.DescribeMaintenanceWindowExecutionTaskInvocationsResponse.Builder windowExecutionTaskInvocationIdentities(Consumer<MaintenanceWindowExecutionTaskInvocationIdentity.Builder>... windowExecutionTaskInvocationIdentities)
Information about the task invocation results per invocation.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via
List#builder() .
When the Consumer completes, .Builder#build() is called immediately and its result is
passed to #windowExecutionTaskInvocationIdentities(List) .windowExecutionTaskInvocationIdentities - a consumer that will call methods on .Builder #windowExecutionTaskInvocationIdentities(List) DescribeMaintenanceWindowExecutionTaskInvocationsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.