Interface GetRemainingFreeTrialDaysRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetRemainingFreeTrialDaysRequest.Builder,GetRemainingFreeTrialDaysRequest>,GuardDutyRequest.Builder,SdkBuilder<GetRemainingFreeTrialDaysRequest.Builder,GetRemainingFreeTrialDaysRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetRemainingFreeTrialDaysRequest
public static interface GetRemainingFreeTrialDaysRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<GetRemainingFreeTrialDaysRequest.Builder,GetRemainingFreeTrialDaysRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRemainingFreeTrialDaysRequest.BuilderaccountIds(String... accountIds)A list of account identifiers of the GuardDuty member account.GetRemainingFreeTrialDaysRequest.BuilderaccountIds(Collection<String> accountIds)A list of account identifiers of the GuardDuty member account.GetRemainingFreeTrialDaysRequest.BuilderdetectorId(String detectorId)The unique ID of the detector of the GuardDuty member account.GetRemainingFreeTrialDaysRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRemainingFreeTrialDaysRequest.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
-
detectorId
GetRemainingFreeTrialDaysRequest.Builder detectorId(String detectorId)
The unique ID of the detector of the GuardDuty member account.
- Parameters:
detectorId- The unique ID of the detector of the GuardDuty member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
GetRemainingFreeTrialDaysRequest.Builder accountIds(Collection<String> accountIds)
A list of account identifiers of the GuardDuty member account.
- Parameters:
accountIds- A list of account identifiers of the GuardDuty member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
GetRemainingFreeTrialDaysRequest.Builder accountIds(String... accountIds)
A list of account identifiers of the GuardDuty member account.
- Parameters:
accountIds- A list of account identifiers of the GuardDuty member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetRemainingFreeTrialDaysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetRemainingFreeTrialDaysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-