public static interface GetIPSetRequest.Builder extends GuardDutyRequest.Builder, CopyableBuilder<GetIPSetRequest.Builder,GetIPSetRequest>
| Modifier and Type | Method and Description |
|---|---|
GetIPSetRequest.Builder |
detectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose IPSet you want to retrieve.
|
GetIPSetRequest.Builder |
ipSetId(String ipSetId)
The unique ID that specifies the IPSet that you want to describe.
|
GetIPSetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetIPSetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetIPSetRequest.Builder detectorId(String detectorId)
detectorId - The detectorID that specifies the GuardDuty service whose IPSet you want to retrieve.GetIPSetRequest.Builder ipSetId(String ipSetId)
ipSetId - The unique ID that specifies the IPSet that you want to describe.GetIPSetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetIPSetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.