public static interface GetIpSetRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetIpSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
GetIpSetRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.