Class VpcFlowLogsConfigName.Builder (1.50.0)

public static class VpcFlowLogsConfigName.Builder

Builder for projects/{project}/locations/{location}/vpcFlowLogsConfigs/{vpc_flow_logs_config}.

Inheritance

java.lang.Object > VpcFlowLogsConfigName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public VpcFlowLogsConfigName build()
Returns
Type Description
VpcFlowLogsConfigName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getVpcFlowLogsConfig()

public String getVpcFlowLogsConfig()
Returns
Type Description
String

setLocation(String location)

public VpcFlowLogsConfigName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
VpcFlowLogsConfigName.Builder

setProject(String project)

public VpcFlowLogsConfigName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
VpcFlowLogsConfigName.Builder

setVpcFlowLogsConfig(String vpcFlowLogsConfig)

public VpcFlowLogsConfigName.Builder setVpcFlowLogsConfig(String vpcFlowLogsConfig)
Parameter
Name Description
vpcFlowLogsConfig String
Returns
Type Description
VpcFlowLogsConfigName.Builder