Interface DeleteSecurityGroupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteSecurityGroupResponse.Builder,,DeleteSecurityGroupResponse> SdkBuilder<DeleteSecurityGroupResponse.Builder,,DeleteSecurityGroupResponse> SdkPojo,SdkResponse.Builder,WickrResponse.Builder
- Enclosing class:
DeleteSecurityGroupResponse
@Mutable
@NotThreadSafe
public static interface DeleteSecurityGroupResponse.Builder
extends WickrResponse.Builder, SdkPojo, CopyableBuilder<DeleteSecurityGroupResponse.Builder,DeleteSecurityGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the security group that was deleted.A message indicating the result of the security group deletion operation.The ID of the network from which the security group was deleted.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.wickr.model.WickrResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
message
A message indicating the result of the security group deletion operation.
- Parameters:
message- A message indicating the result of the security group deletion operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkId
The ID of the network from which the security group was deleted.
- Parameters:
networkId- The ID of the network from which the security group was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupId
The ID of the security group that was deleted.
- Parameters:
groupId- The ID of the security group that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-