Interface GetMaintenanceWindowExecutionTaskInvocationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationRequest.Builder,GetMaintenanceWindowExecutionTaskInvocationRequest>,SdkBuilder<GetMaintenanceWindowExecutionTaskInvocationRequest.Builder,GetMaintenanceWindowExecutionTaskInvocationRequest>,SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- GetMaintenanceWindowExecutionTaskInvocationRequest
public static interface GetMaintenanceWindowExecutionTaskInvocationRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationRequest.Builder,GetMaintenanceWindowExecutionTaskInvocationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMaintenanceWindowExecutionTaskInvocationRequest.BuilderinvocationId(String invocationId)The invocation ID to retrieve.GetMaintenanceWindowExecutionTaskInvocationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMaintenanceWindowExecutionTaskInvocationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMaintenanceWindowExecutionTaskInvocationRequest.BuildertaskId(String taskId)The ID of the specific task in the maintenance window task that should be retrieved.GetMaintenanceWindowExecutionTaskInvocationRequest.BuilderwindowExecutionId(String windowExecutionId)The ID of the maintenance window execution for which the task is a part.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.ssm.model.SsmRequest.Builder
build
-
-
-
-
Method Detail
-
windowExecutionId
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder windowExecutionId(String windowExecutionId)
The ID of the maintenance window execution for which the task is a part.
- Parameters:
windowExecutionId- The ID of the maintenance window execution for which the task is a part.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskId
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder taskId(String taskId)
The ID of the specific task in the maintenance window task that should be retrieved.
- Parameters:
taskId- The ID of the specific task in the maintenance window task that should be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationId
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder invocationId(String invocationId)
The invocation ID to retrieve.
- Parameters:
invocationId- The invocation ID to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMaintenanceWindowExecutionTaskInvocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-