Interface ListAuditMitigationActionsTasksResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAuditMitigationActionsTasksResponse.Builder,ListAuditMitigationActionsTasksResponse>,IotResponse.Builder,SdkBuilder<ListAuditMitigationActionsTasksResponse.Builder,ListAuditMitigationActionsTasksResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAuditMitigationActionsTasksResponse
public static interface ListAuditMitigationActionsTasksResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListAuditMitigationActionsTasksResponse.Builder,ListAuditMitigationActionsTasksResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAuditMitigationActionsTasksResponse.BuildernextToken(String nextToken)The token for the next set of results.ListAuditMitigationActionsTasksResponse.Buildertasks(Collection<AuditMitigationActionsTaskMetadata> tasks)The collection of audit mitigation tasks that matched the filter criteria.ListAuditMitigationActionsTasksResponse.Buildertasks(Consumer<AuditMitigationActionsTaskMetadata.Builder>... tasks)The collection of audit mitigation tasks that matched the filter criteria.ListAuditMitigationActionsTasksResponse.Buildertasks(AuditMitigationActionsTaskMetadata... tasks)The collection of audit mitigation tasks that matched the filter criteria.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
tasks
ListAuditMitigationActionsTasksResponse.Builder tasks(Collection<AuditMitigationActionsTaskMetadata> tasks)
The collection of audit mitigation tasks that matched the filter criteria.
- Parameters:
tasks- The collection of audit mitigation tasks that matched the filter criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tasks
ListAuditMitigationActionsTasksResponse.Builder tasks(AuditMitigationActionsTaskMetadata... tasks)
The collection of audit mitigation tasks that matched the filter criteria.
- Parameters:
tasks- The collection of audit mitigation tasks that matched the filter criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tasks
ListAuditMitigationActionsTasksResponse.Builder tasks(Consumer<AuditMitigationActionsTaskMetadata.Builder>... tasks)
The collection of audit mitigation tasks that matched the filter criteria.
This is a convenience method that creates an instance of theAuditMitigationActionsTaskMetadata.Builderavoiding the need to create one manually viaAuditMitigationActionsTaskMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tasks(List.) - Parameters:
tasks- a consumer that will call methods onAuditMitigationActionsTaskMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tasks(java.util.Collection)
-
nextToken
ListAuditMitigationActionsTasksResponse.Builder nextToken(String nextToken)
The token for the next set of results.
- Parameters:
nextToken- The token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-