Class VpcFlowLogsConfigName.OrganizationLocationVpcFlowLogsConfigBuilder (1.69.0)

public static class VpcFlowLogsConfigName.OrganizationLocationVpcFlowLogsConfigBuilder

Builder for organizations/{organization}/locations/{location}/vpcFlowLogsConfigs/{vpc_flow_logs_config}.

Inheritance

java.lang.Object > VpcFlowLogsConfigName.OrganizationLocationVpcFlowLogsConfigBuilder

Constructors

OrganizationLocationVpcFlowLogsConfigBuilder()

protected OrganizationLocationVpcFlowLogsConfigBuilder()

Methods

build()

public VpcFlowLogsConfigName build()
Returns
Type Description
VpcFlowLogsConfigName

getLocation()

public String getLocation()
Returns
Type Description
String

getOrganization()

public String getOrganization()
Returns
Type Description
String

getVpcFlowLogsConfig()

public String getVpcFlowLogsConfig()
Returns
Type Description
String

setLocation(String location)

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

setOrganization(String organization)

public VpcFlowLogsConfigName.OrganizationLocationVpcFlowLogsConfigBuilder setOrganization(String organization)
Parameter
Name Description
organization String
Returns
Type Description
VpcFlowLogsConfigName.OrganizationLocationVpcFlowLogsConfigBuilder

setVpcFlowLogsConfig(String vpcFlowLogsConfig)

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