Interface VpcConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VpcConfiguration.Builder,,VpcConfiguration> SdkBuilder<VpcConfiguration.Builder,,VpcConfiguration> SdkPojo
- Enclosing class:
VpcConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) The security group IDs that control network access for the Prometheus collector.securityGroupIds(Collection<String> securityGroupIds) The security group IDs that control network access for the Prometheus collector.The subnet IDs where the Prometheus collector will be deployed.subnetIds(Collection<String> subnetIds) The subnet IDs where the Prometheus collector will be deployed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
securityGroupIds
The security group IDs that control network access for the Prometheus collector. These security groups must allow the collector to communicate with your Amazon MSK cluster on the required ports.
- Parameters:
securityGroupIds- The security group IDs that control network access for the Prometheus collector. These security groups must allow the collector to communicate with your Amazon MSK cluster on the required ports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The security group IDs that control network access for the Prometheus collector. These security groups must allow the collector to communicate with your Amazon MSK cluster on the required ports.
- Parameters:
securityGroupIds- The security group IDs that control network access for the Prometheus collector. These security groups must allow the collector to communicate with your Amazon MSK cluster on the required ports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The subnet IDs where the Prometheus collector will be deployed. The subnets must be in the same Amazon VPC as your Amazon MSK cluster and have network connectivity to the cluster.
- Parameters:
subnetIds- The subnet IDs where the Prometheus collector will be deployed. The subnets must be in the same Amazon VPC as your Amazon MSK cluster and have network connectivity to the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The subnet IDs where the Prometheus collector will be deployed. The subnets must be in the same Amazon VPC as your Amazon MSK cluster and have network connectivity to the cluster.
- Parameters:
subnetIds- The subnet IDs where the Prometheus collector will be deployed. The subnets must be in the same Amazon VPC as your Amazon MSK cluster and have network connectivity to the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-