public static interface DescribeMaintenanceWindowScheduleRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeMaintenanceWindowScheduleRequest.Builder,DescribeMaintenanceWindowScheduleRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeMaintenanceWindowScheduleRequest.Builder windowId(String windowId)
The ID of the maintenance window to retrieve information about.
windowId
- The ID of the maintenance window to retrieve information about.DescribeMaintenanceWindowScheduleRequest.Builder targets(Collection<Target> targets)
The instance ID or key/value pair to retrieve information about.
targets
- The instance ID or key/value pair to retrieve information about.DescribeMaintenanceWindowScheduleRequest.Builder targets(Target... targets)
The instance ID or key/value pair to retrieve information about.
targets
- The instance ID or key/value pair to retrieve information about.DescribeMaintenanceWindowScheduleRequest.Builder targets(Consumer<Target.Builder>... targets)
The instance ID or key/value pair to retrieve information about.
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)
DescribeMaintenanceWindowScheduleRequest.Builder resourceType(String resourceType)
The type of resource you want to retrieve information about. For example, "INSTANCE".
resourceType
- The type of resource you want to retrieve information about. For example, "INSTANCE".MaintenanceWindowResourceType
,
MaintenanceWindowResourceType
DescribeMaintenanceWindowScheduleRequest.Builder resourceType(MaintenanceWindowResourceType resourceType)
The type of resource you want to retrieve information about. For example, "INSTANCE".
resourceType
- The type of resource you want to retrieve information about. For example, "INSTANCE".MaintenanceWindowResourceType
,
MaintenanceWindowResourceType
DescribeMaintenanceWindowScheduleRequest.Builder filters(Collection<PatchOrchestratorFilter> filters)
Filters used to limit the range of results. For example, you can limit maintenance window executions to only those scheduled before or after a certain date and time.
filters
- Filters used to limit the range of results. For example, you can limit maintenance window executions
to only those scheduled before or after a certain date and time.DescribeMaintenanceWindowScheduleRequest.Builder filters(PatchOrchestratorFilter... filters)
Filters used to limit the range of results. For example, you can limit maintenance window executions to only those scheduled before or after a certain date and time.
filters
- Filters used to limit the range of results. For example, you can limit maintenance window executions
to only those scheduled before or after a certain date and time.DescribeMaintenanceWindowScheduleRequest.Builder filters(Consumer<PatchOrchestratorFilter.Builder>... filters)
Filters used to limit the range of results. For example, you can limit maintenance window executions to only those scheduled before or after a certain date and time.
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 #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
DescribeMaintenanceWindowScheduleRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.DescribeMaintenanceWindowScheduleRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)DescribeMaintenanceWindowScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeMaintenanceWindowScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.