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
Modifier and TypeMethodDescriptionThe format of the file that contains the IPSet.format
(IpSetFormat format) The format of the file that contains the IPSet.The URI of the file that contains the IPSet.The user-friendly name for the IPSet.The status of IPSet file that was uploaded.status
(IpSetStatus status) The status of IPSet file that was uploaded.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 Details
-
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
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:
-
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:
-
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
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:
-
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:
-
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.
-