public static interface GetIpSetResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<GetIpSetResponse.Builder,GetIpSetResponse>
| Modifier and Type | Method and Description |
|---|---|
GetIpSetResponse.Builder |
format(IpSetFormat format)
The format of the file that contains the IPSet.
|
GetIpSetResponse.Builder |
format(String format)
The format of the file that contains the IPSet.
|
GetIpSetResponse.Builder |
location(String location)
The URI of the file that contains the IPSet.
|
GetIpSetResponse.Builder |
name(String name)
The user-friendly name for the IPSet.
|
GetIpSetResponse.Builder |
status(IpSetStatus status)
The status of IPSet file that was uploaded.
|
GetIpSetResponse.Builder |
status(String status)
The status of IPSet file that was uploaded.
|
GetIpSetResponse.Builder |
tags(Map<String,String> tags)
The tags of the IPSet resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIpSetResponse.Builder name(String name)
The user-friendly name for the IPSet.
name - The user-friendly name for the IPSet.GetIpSetResponse.Builder format(String format)
The format of the file that contains the IPSet.
format - The format of the file that contains the IPSet.IpSetFormat,
IpSetFormatGetIpSetResponse.Builder format(IpSetFormat format)
The format of the file that contains the IPSet.
format - The format of the file that contains the IPSet.IpSetFormat,
IpSetFormatGetIpSetResponse.Builder location(String location)
The URI of the file that contains the IPSet.
location - The URI of the file that contains the IPSet.GetIpSetResponse.Builder status(String status)
The status of IPSet file that was uploaded.
status - The status of IPSet file that was uploaded.IpSetStatus,
IpSetStatusGetIpSetResponse.Builder status(IpSetStatus status)
The status of IPSet file that was uploaded.
status - The status of IPSet file that was uploaded.IpSetStatus,
IpSetStatusGetIpSetResponse.Builder tags(Map<String,String> tags)
The tags of the IPSet resource.
tags - The tags of the IPSet resource.Copyright © 2023. All rights reserved.