public static interface UpdateMaintenanceWindowTaskResponse.Builder extends SSMResponse.Builder, CopyableBuilder<UpdateMaintenanceWindowTaskResponse.Builder,UpdateMaintenanceWindowTaskResponse>
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateMaintenanceWindowTaskResponse.Builder windowId(String windowId)
The ID of the Maintenance Window that was updated.
windowId - The ID of the Maintenance Window that was updated.UpdateMaintenanceWindowTaskResponse.Builder windowTaskId(String windowTaskId)
The task ID of the Maintenance Window that was updated.
windowTaskId - The task ID of the Maintenance Window that was updated.UpdateMaintenanceWindowTaskResponse.Builder targets(Collection<Target> targets)
The updated target values.
targets - The updated target values.UpdateMaintenanceWindowTaskResponse.Builder targets(Target... targets)
The updated target values.
targets - The updated target values.UpdateMaintenanceWindowTaskResponse.Builder targets(Consumer<Target.Builder>... targets)
The updated target values.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #targets(List) .targets - a consumer that will call methods on List.Builder #targets(List) UpdateMaintenanceWindowTaskResponse.Builder taskArn(String taskArn)
The updated task ARN value.
taskArn - The updated task ARN value.UpdateMaintenanceWindowTaskResponse.Builder serviceRoleArn(String serviceRoleArn)
The updated service role ARN value.
serviceRoleArn - The updated service role ARN value.UpdateMaintenanceWindowTaskResponse.Builder taskParameters(Map<String,MaintenanceWindowTaskParameterValueExpression> taskParameters)
The updated parameter values.
taskParameters - The updated parameter values.UpdateMaintenanceWindowTaskResponse.Builder taskInvocationParameters(MaintenanceWindowTaskInvocationParameters taskInvocationParameters)
The updated parameter values.
taskInvocationParameters - The updated parameter values.default UpdateMaintenanceWindowTaskResponse.Builder taskInvocationParameters(Consumer<MaintenanceWindowTaskInvocationParameters.Builder> taskInvocationParameters)
The updated parameter values.
This is a convenience that creates an instance of theMaintenanceWindowTaskInvocationParameters.Builder avoiding the need to create one manually via
MaintenanceWindowTaskInvocationParameters.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
taskInvocationParameters(MaintenanceWindowTaskInvocationParameters).taskInvocationParameters - a consumer that will call methods on MaintenanceWindowTaskInvocationParameters.BuildertaskInvocationParameters(MaintenanceWindowTaskInvocationParameters)UpdateMaintenanceWindowTaskResponse.Builder priority(Integer priority)
The updated priority value.
priority - The updated priority value.UpdateMaintenanceWindowTaskResponse.Builder maxConcurrency(String maxConcurrency)
The updated MaxConcurrency value.
maxConcurrency - The updated MaxConcurrency value.UpdateMaintenanceWindowTaskResponse.Builder maxErrors(String maxErrors)
The updated MaxErrors value.
maxErrors - The updated MaxErrors value.UpdateMaintenanceWindowTaskResponse.Builder loggingInfo(LoggingInfo loggingInfo)
The updated logging information in Amazon S3.
loggingInfo - The updated logging information in Amazon S3.default UpdateMaintenanceWindowTaskResponse.Builder loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)
The updated logging information in Amazon S3.
This is a convenience that creates an instance of theLoggingInfo.Builder avoiding the need to create
one manually via LoggingInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to loggingInfo(LoggingInfo).loggingInfo - a consumer that will call methods on LoggingInfo.BuilderloggingInfo(LoggingInfo)UpdateMaintenanceWindowTaskResponse.Builder name(String name)
The updated task name.
name - The updated task name.UpdateMaintenanceWindowTaskResponse.Builder description(String description)
The updated task description.
description - The updated task description.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.