Interface RevokeSecurityGroupEgressRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<RevokeSecurityGroupEgressRequest.Builder,RevokeSecurityGroupEgressRequest>, Ec2Request.Builder, SdkBuilder<RevokeSecurityGroupEgressRequest.Builder,RevokeSecurityGroupEgressRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
RevokeSecurityGroupEgressRequest

public static interface RevokeSecurityGroupEgressRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<RevokeSecurityGroupEgressRequest.Builder,RevokeSecurityGroupEgressRequest>
  • Method Details

    • dryRun

      Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

      Parameters:
      dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupId

      The ID of the security group.

      Parameters:
      groupId - The ID of the security group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipPermissions

      The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.

      Parameters:
      ipPermissions - The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipPermissions

      RevokeSecurityGroupEgressRequest.Builder ipPermissions(IpPermission... ipPermissions)

      The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.

      Parameters:
      ipPermissions - The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipPermissions

      The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.

      This is a convenience method that creates an instance of the IpPermission.Builder avoiding the need to create one manually via IpPermission.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to ipPermissions(List<IpPermission>).

      Parameters:
      ipPermissions - a consumer that will call methods on IpPermission.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • securityGroupRuleIds

      RevokeSecurityGroupEgressRequest.Builder securityGroupRuleIds(Collection<String> securityGroupRuleIds)

      The IDs of the security group rules.

      Parameters:
      securityGroupRuleIds - The IDs of the security group rules.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupRuleIds

      RevokeSecurityGroupEgressRequest.Builder securityGroupRuleIds(String... securityGroupRuleIds)

      The IDs of the security group rules.

      Parameters:
      securityGroupRuleIds - The IDs of the security group rules.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cidrIp

      Not supported. Use a set of IP permissions to specify the CIDR.

      Parameters:
      cidrIp - Not supported. Use a set of IP permissions to specify the CIDR.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fromPort

      Not supported. Use a set of IP permissions to specify the port.

      Parameters:
      fromPort - Not supported. Use a set of IP permissions to specify the port.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipProtocol

      Not supported. Use a set of IP permissions to specify the protocol name or number.

      Parameters:
      ipProtocol - Not supported. Use a set of IP permissions to specify the protocol name or number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toPort

      Not supported. Use a set of IP permissions to specify the port.

      Parameters:
      toPort - Not supported. Use a set of IP permissions to specify the port.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceSecurityGroupName

      RevokeSecurityGroupEgressRequest.Builder sourceSecurityGroupName(String sourceSecurityGroupName)

      Not supported. Use a set of IP permissions to specify a destination security group.

      Parameters:
      sourceSecurityGroupName - Not supported. Use a set of IP permissions to specify a destination security group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceSecurityGroupOwnerId

      RevokeSecurityGroupEgressRequest.Builder sourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)

      Not supported. Use a set of IP permissions to specify a destination security group.

      Parameters:
      sourceSecurityGroupOwnerId - Not supported. Use a set of IP permissions to specify a destination security group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      RevokeSecurityGroupEgressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.