Interface GetMaintenanceWindowExecutionTaskInvocationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationResponse.Builder,GetMaintenanceWindowExecutionTaskInvocationResponse>
,SdkBuilder<GetMaintenanceWindowExecutionTaskInvocationResponse.Builder,GetMaintenanceWindowExecutionTaskInvocationResponse>
,SdkPojo
,SdkResponse.Builder
,SsmResponse.Builder
- Enclosing class:
- GetMaintenanceWindowExecutionTaskInvocationResponse
public static interface GetMaintenanceWindowExecutionTaskInvocationResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationResponse.Builder,GetMaintenanceWindowExecutionTaskInvocationResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
windowExecutionId
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder windowExecutionId(String windowExecutionId)
The maintenance window execution ID.
- Parameters:
windowExecutionId
- The maintenance window execution ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskExecutionId
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder taskExecutionId(String taskExecutionId)
The task execution ID.
- Parameters:
taskExecutionId
- The task execution ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationId
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder invocationId(String invocationId)
The invocation ID.
- Parameters:
invocationId
- The invocation ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionId
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder executionId(String executionId)
The execution ID.
- Parameters:
executionId
- The execution ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskType
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder taskType(String taskType)
Retrieves the task type for a maintenance window.
- Parameters:
taskType
- Retrieves the task type for a maintenance window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaintenanceWindowTaskType
,MaintenanceWindowTaskType
-
taskType
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder taskType(MaintenanceWindowTaskType taskType)
Retrieves the task type for a maintenance window.
- Parameters:
taskType
- Retrieves the task type for a maintenance window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaintenanceWindowTaskType
,MaintenanceWindowTaskType
-
parameters
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder parameters(String parameters)
The parameters used at the time that the task ran.
- Parameters:
parameters
- The parameters used at the time that the task ran.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder status(String status)
The task status for an invocation.
- Parameters:
status
- The task status for an invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaintenanceWindowExecutionStatus
,MaintenanceWindowExecutionStatus
-
status
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder status(MaintenanceWindowExecutionStatus status)
The task status for an invocation.
- Parameters:
status
- The task status for an invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaintenanceWindowExecutionStatus
,MaintenanceWindowExecutionStatus
-
statusDetails
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder statusDetails(String statusDetails)
The details explaining the status. Details are only available for certain status values.
- Parameters:
statusDetails
- The details explaining the status. Details are only available for certain status values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder startTime(Instant startTime)
The time that the task started running on the target.
- Parameters:
startTime
- The time that the task started running on the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder endTime(Instant endTime)
The time that the task finished running on the target.
- Parameters:
endTime
- The time that the task finished running on the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerInformation
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder ownerInformation(String ownerInformation)
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
- Parameters:
ownerInformation
- User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
windowTargetId
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder windowTargetId(String windowTargetId)
The maintenance window target ID.
- Parameters:
windowTargetId
- The maintenance window target ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-