Class ListInstanceClusterNetworkAttachmentsOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ListInstanceClusterNetworkAttachmentsOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a ListInstanceClusterNetworkAttachmentsOptions.instanceId
(String instanceId) Set the instanceId.limit
(long limit) Set the limit.Set the start.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
instanceId
- the instanceId
-
-
Method Details
-
build
Builds a ListInstanceClusterNetworkAttachmentsOptions.- Returns:
- the new ListInstanceClusterNetworkAttachmentsOptions instance
-
instanceId
Set the instanceId.- Parameters:
instanceId
- the instanceId- Returns:
- the ListInstanceClusterNetworkAttachmentsOptions builder
-
start
Set the start.- Parameters:
start
- the start- Returns:
- the ListInstanceClusterNetworkAttachmentsOptions builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListInstanceClusterNetworkAttachmentsOptions builder
-