Class ListFlowLogCollectorsOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ListFlowLogCollectorsOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a ListFlowLogCollectorsOptions.limit
(long limit) Set the limit.Set the name.resourceGroupId
(String resourceGroupId) Set the resourceGroupId.Set the start.Set the targetId.targetResourceType
(String targetResourceType) Set the targetResourceType.Set the vpcCrn.Set the vpcId.Set the vpcName.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a ListFlowLogCollectorsOptions.- Returns:
- the new ListFlowLogCollectorsOptions instance
-
start
Set the start.- Parameters:
start
- the start- Returns:
- the ListFlowLogCollectorsOptions builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListFlowLogCollectorsOptions builder
-
resourceGroupId
Set the resourceGroupId.- Parameters:
resourceGroupId
- the resourceGroupId- Returns:
- the ListFlowLogCollectorsOptions builder
-
name
Set the name.- Parameters:
name
- the name- Returns:
- the ListFlowLogCollectorsOptions builder
-
vpcId
Set the vpcId.- Parameters:
vpcId
- the vpcId- Returns:
- the ListFlowLogCollectorsOptions builder
-
vpcCrn
Set the vpcCrn.- Parameters:
vpcCrn
- the vpcCrn- Returns:
- the ListFlowLogCollectorsOptions builder
-
vpcName
Set the vpcName.- Parameters:
vpcName
- the vpcName- Returns:
- the ListFlowLogCollectorsOptions builder
-
targetId
Set the targetId.- Parameters:
targetId
- the targetId- Returns:
- the ListFlowLogCollectorsOptions builder
-
targetResourceType
Set the targetResourceType.- Parameters:
targetResourceType
- the targetResourceType- Returns:
- the ListFlowLogCollectorsOptions builder
-