Interface ListMalwareProtectionPlansRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMalwareProtectionPlansRequest.Builder,ListMalwareProtectionPlansRequest>,GuardDutyRequest.Builder,SdkBuilder<ListMalwareProtectionPlansRequest.Builder,ListMalwareProtectionPlansRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMalwareProtectionPlansRequest
public static interface ListMalwareProtectionPlansRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<ListMalwareProtectionPlansRequest.Builder,ListMalwareProtectionPlansRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMalwareProtectionPlansRequest.BuildernextToken(String nextToken)You can use this parameter when paginating results.ListMalwareProtectionPlansRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMalwareProtectionPlansRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.services.guardduty.model.GuardDutyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListMalwareProtectionPlansRequest.Builder nextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of
NextTokenfrom the previous response to continue listing data.- Parameters:
nextToken- You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value ofNextTokenfrom the previous response to continue listing data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMalwareProtectionPlansRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMalwareProtectionPlansRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-