Package com.ibm.cloud.is.vpc.v1.model
Class ListFlowLogCollectorsOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.ListFlowLogCollectorsOptions.Builder
-
- Enclosing class:
- ListFlowLogCollectorsOptions
public static class ListFlowLogCollectorsOptions.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListFlowLogCollectorsOptions
build()
Builds a ListFlowLogCollectorsOptions.ListFlowLogCollectorsOptions.Builder
limit(long limit)
Set the limit.ListFlowLogCollectorsOptions.Builder
name(String name)
Set the name.ListFlowLogCollectorsOptions.Builder
resourceGroupId(String resourceGroupId)
Set the resourceGroupId.ListFlowLogCollectorsOptions.Builder
start(String start)
Set the start.ListFlowLogCollectorsOptions.Builder
targetId(String targetId)
Set the targetId.ListFlowLogCollectorsOptions.Builder
targetResourceType(String targetResourceType)
Set the targetResourceType.ListFlowLogCollectorsOptions.Builder
vpcCrn(String vpcCrn)
Set the vpcCrn.ListFlowLogCollectorsOptions.Builder
vpcId(String vpcId)
Set the vpcId.ListFlowLogCollectorsOptions.Builder
vpcName(String vpcName)
Set the vpcName.
-
-
-
Method Detail
-
build
public ListFlowLogCollectorsOptions build()
Builds a ListFlowLogCollectorsOptions.- Returns:
- the new ListFlowLogCollectorsOptions instance
-
start
public ListFlowLogCollectorsOptions.Builder start(String start)
Set the start.- Parameters:
start
- the start- Returns:
- the ListFlowLogCollectorsOptions builder
-
limit
public ListFlowLogCollectorsOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListFlowLogCollectorsOptions builder
-
resourceGroupId
public ListFlowLogCollectorsOptions.Builder resourceGroupId(String resourceGroupId)
Set the resourceGroupId.- Parameters:
resourceGroupId
- the resourceGroupId- Returns:
- the ListFlowLogCollectorsOptions builder
-
name
public ListFlowLogCollectorsOptions.Builder name(String name)
Set the name.- Parameters:
name
- the name- Returns:
- the ListFlowLogCollectorsOptions builder
-
vpcId
public ListFlowLogCollectorsOptions.Builder vpcId(String vpcId)
Set the vpcId.- Parameters:
vpcId
- the vpcId- Returns:
- the ListFlowLogCollectorsOptions builder
-
vpcCrn
public ListFlowLogCollectorsOptions.Builder vpcCrn(String vpcCrn)
Set the vpcCrn.- Parameters:
vpcCrn
- the vpcCrn- Returns:
- the ListFlowLogCollectorsOptions builder
-
vpcName
public ListFlowLogCollectorsOptions.Builder vpcName(String vpcName)
Set the vpcName.- Parameters:
vpcName
- the vpcName- Returns:
- the ListFlowLogCollectorsOptions builder
-
targetId
public ListFlowLogCollectorsOptions.Builder targetId(String targetId)
Set the targetId.- Parameters:
targetId
- the targetId- Returns:
- the ListFlowLogCollectorsOptions builder
-
targetResourceType
public ListFlowLogCollectorsOptions.Builder targetResourceType(String targetResourceType)
Set the targetResourceType.- Parameters:
targetResourceType
- the targetResourceType- Returns:
- the ListFlowLogCollectorsOptions builder
-
-