Interface GetIpSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIpSetResponse.Builder,GetIpSetResponse>,GuardDutyResponse.Builder,SdkBuilder<GetIpSetResponse.Builder,GetIpSetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetIpSetResponse
public static interface GetIpSetResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<GetIpSetResponse.Builder,GetIpSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIpSetResponse.Builderformat(String format)The format of the file that contains the IPSet.GetIpSetResponse.Builderformat(IpSetFormat format)The format of the file that contains the IPSet.GetIpSetResponse.Builderlocation(String location)The URI of the file that contains the IPSet.GetIpSetResponse.Buildername(String name)The user-friendly name for the IPSet.GetIpSetResponse.Builderstatus(String status)The status of IPSet file that was uploaded.GetIpSetResponse.Builderstatus(IpSetStatus status)The status of IPSet file that was uploaded.GetIpSetResponse.Buildertags(Map<String,String> tags)The tags of the IPSet resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
name
GetIpSetResponse.Builder name(String name)
The user-friendly name for the IPSet.
- Parameters:
name- The user-friendly name for the IPSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
GetIpSetResponse.Builder format(String format)
The format of the file that contains the IPSet.
- Parameters:
format- The format of the file that contains the IPSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpSetFormat,IpSetFormat
-
format
GetIpSetResponse.Builder format(IpSetFormat format)
The format of the file that contains the IPSet.
- Parameters:
format- The format of the file that contains the IPSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpSetFormat,IpSetFormat
-
location
GetIpSetResponse.Builder location(String location)
The URI of the file that contains the IPSet.
- Parameters:
location- The URI of the file that contains the IPSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetIpSetResponse.Builder status(String status)
The status of IPSet file that was uploaded.
- Parameters:
status- The status of IPSet file that was uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpSetStatus,IpSetStatus
-
status
GetIpSetResponse.Builder status(IpSetStatus status)
The status of IPSet file that was uploaded.
- Parameters:
status- The status of IPSet file that was uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpSetStatus,IpSetStatus
-
tags
GetIpSetResponse.Builder tags(Map<String,String> tags)
The tags of the IPSet resource.
- Parameters:
tags- The tags of the IPSet resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-