public static final class ModifyFlowLogAttributeRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyFlowLogAttributeRequest.Builder |
aggregationInterval(Integer aggregationInterval)
The new sampling interval of the flow log.
|
ModifyFlowLogAttributeRequest |
build() |
ModifyFlowLogAttributeRequest.Builder |
description(String description)
The new description of the flow log.
|
ModifyFlowLogAttributeRequest.Builder |
flowLogId(String flowLogId)
The ID of the flow log.
|
ModifyFlowLogAttributeRequest.Builder |
flowLogName(String flowLogName)
The new name of the flow log.
|
ModifyFlowLogAttributeRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
ModifyFlowLogAttributeRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ModifyFlowLogAttributeRequest.Builder |
regionId(String regionId)
The ID of the region where the flow log is created.
|
ModifyFlowLogAttributeRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ModifyFlowLogAttributeRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public ModifyFlowLogAttributeRequest.Builder aggregationInterval(Integer aggregationInterval)
public ModifyFlowLogAttributeRequest.Builder description(String description)
The description must be 1 to 256 characters in length and cannot start with `http://` or `https://`.
public ModifyFlowLogAttributeRequest.Builder flowLogId(String flowLogId)
public ModifyFlowLogAttributeRequest.Builder flowLogName(String flowLogName)
The name must be 1 to 128 characters in length and cannot start with `http://` or `https://`.
public ModifyFlowLogAttributeRequest.Builder ownerAccount(String ownerAccount)
public ModifyFlowLogAttributeRequest.Builder ownerId(Long ownerId)
public ModifyFlowLogAttributeRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ModifyFlowLogAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyFlowLogAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyFlowLogAttributeRequest build()
Copyright © 2024. All rights reserved.