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 uploaded.
|
GetIpSetResponse.Builder |
status(String status)
The status of ipSet file uploaded.
|
GetIpSetResponse.Builder |
tags(Map<String,String> tags)
The tags of the IP set 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. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)
location - The URI of the file that contains the IPSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)GetIpSetResponse.Builder status(String status)
The status of ipSet file uploaded.
status - The status of ipSet file uploaded.IpSetStatus,
IpSetStatusGetIpSetResponse.Builder status(IpSetStatus status)
The status of ipSet file uploaded.
status - The status of ipSet file uploaded.IpSetStatus,
IpSetStatusGetIpSetResponse.Builder tags(Map<String,String> tags)
The tags of the IP set resource.
tags - The tags of the IP set resource.Copyright © 2019. All rights reserved.